mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 22:09:32 +00:00
Bug 188729: Break refcounting-cycles during load.
r=peterv sr=bz
This commit is contained in:
parent
148610be37
commit
fdf0e2ade6
@ -51,6 +51,7 @@
|
||||
#include "txOutputFormat.h"
|
||||
#include "nsCOMArray.h"
|
||||
#include "nsICSSLoaderObserver.h"
|
||||
#include "nsIDocumentTransformer.h"
|
||||
|
||||
class txMozillaXMLOutput : public txIOutputXMLEventHandler,
|
||||
public nsIScriptLoaderObserver,
|
||||
@ -180,7 +181,7 @@ private:
|
||||
nsCOMPtr<nsIDOMNode> mCurrentNode;
|
||||
nsCOMPtr<nsIDOMNode> mParentNode;
|
||||
nsCOMPtr<nsIContent> mRootContent;
|
||||
nsWeakPtr mObserver;
|
||||
nsCOMPtr<nsITransformObserver> mObserver;
|
||||
|
||||
nsCOMPtr<nsIDOMNode> mNonAddedParent;
|
||||
nsCOMPtr<nsIDOMNode> mNonAddedNode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user