Bug 830125 - Follow-up: Fix typo in comment. DONTBUILD

This commit is contained in:
Justin Lebar 2013-01-14 01:45:04 -05:00
parent 30ae94b71e
commit 018923b03b

View File

@ -253,7 +253,7 @@ Preferences::GetInstanceForService()
gObserverTable = new nsRefPtrHashtable<ValueObserverHashKey, ValueObserver>();
gObserverTable->Init();
// Preferences;:GetInstanceForService() can be called from GetService(), and
// Preferences::GetInstanceForService() can be called from GetService(), and
// NS_RegisterMemoryReporter calls GetService(nsIMemoryReporter). To avoid a
// potential recursive GetService() call, we can't register the memory
// reporter here; instead, do it off a runnable.