Bug 305041 shutdown crash [@ nsAttrValue::ToString] nsAttrValue::sEnumTableArray is null
r=bz sr=bz git-svn-id: svn://10.0.0.236/trunk@178318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -146,6 +146,7 @@
|
||||
#include "nsIControllerContext.h"
|
||||
#include "nsDOMScriptObjectFactory.h"
|
||||
#include "nsAutoCopyListener.h"
|
||||
#include "nsDOMAttribute.h"
|
||||
|
||||
#include "nsHTMLCanvasFrame.h"
|
||||
|
||||
@@ -335,6 +336,7 @@ Initialize(nsIModule* aSelf)
|
||||
|
||||
return rv;
|
||||
}
|
||||
nsDOMAttribute::Initialize();
|
||||
|
||||
// Add our shutdown observer.
|
||||
nsCOMPtr<nsIObserverService> observerService =
|
||||
@@ -370,6 +372,7 @@ Shutdown()
|
||||
|
||||
gInitialized = PR_FALSE;
|
||||
|
||||
nsDOMAttribute::Shutdown();
|
||||
nsRange::Shutdown();
|
||||
nsGenericElement::Shutdown();
|
||||
nsEventListenerManager::Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user