Part of fix for bug 412491 (function objects cloned by XPConnect still keep hidden window alive late into shutdown). Missed this file last time. r/sr=sicking.

This commit is contained in:
peterv@propagandism.org 2008-01-21 01:58:58 -08:00
Родитель 7655f7d587
Коммит 3a909e38c3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -288,6 +288,7 @@ nsLayoutStatics::Shutdown()
nsAttrValue::Shutdown();
nsContentUtils::Shutdown();
nsNodeInfo::ClearCache();
nsLayoutStylesheetCache::Shutdown();
NS_NameSpaceManagerShutdown();
nsStyleSet::FreeGlobals();