Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky

This commit is contained in:
dbaron@dbaron.org
2004-09-30 05:18:05 +00:00
parent 51fd8e3b42
commit 8ac260a6ec
5 changed files with 122 additions and 44 deletions

View File

@@ -61,6 +61,7 @@
#include "nsIBindingManager.h"
#include "nsICSSLoader.h"
#include "nsICSSParser.h"
#include "nsCSSScanner.h"
#include "nsICSSStyleSheet.h"
#include "nsICategoryManager.h"
#include "nsIComponentManager.h"
@@ -410,6 +411,7 @@ Shutdown()
nsImageFrame::ReleaseGlobals();
NS_ShutdownCSSParser();
nsCSSScanner::ReleaseGlobals();
NS_IF_RELEASE(nsContentDLF::gUAStyleSheet);
NS_IF_RELEASE(nsRuleNode::gLangService);