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.

git-svn-id: svn://10.0.0.236/trunk@243659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org 2008-01-21 09:58:58 +00:00
parent 7177cb2f6d
commit dcf28882fe

View File

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