Bug 858477: remove extra comma from nsCycleCollector.h r=mccr8

This commit is contained in:
ISHIKAWA, Chiaki 2013-04-05 10:03:56 -07:00
parent c45b5edfd6
commit 2a988fe2aa

View File

@ -29,7 +29,7 @@ bool nsCycleCollector_init();
enum CCThreadingModel {
CCSingleThread,
CCWithTraverseThread,
CCWithTraverseThread
};
nsresult nsCycleCollector_startup(CCThreadingModel aThreadingModel);