Bug 677506 - Enable the DOM Memory Reporter. r=jst

This commit is contained in:
Mounir Lamouri 2011-08-11 00:54:50 +02:00
Родитель 2395006a80
Коммит 635e1ee55e
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -262,12 +262,7 @@ nsLayoutStatics::Initialize()
NS_SealStaticAtomTable();
// TODO: DOM_MEMORY_REPORTER should not be defined in a regular build for the
// moment. This protection will be removed when bug 663271 will be close enough
// to a shippable state.
#ifdef DOM_MEMORY_REPORTER
nsDOMMemoryReporter::Init();
#endif
return NS_OK;
}