mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
What a dumbass! I should've 'cvs diff'-ed before checking that in. Landed some random local mods in my tree. Sorry!
This commit is contained in:
parent
bc16c6794e
commit
be17379f6b
@ -298,9 +298,6 @@ nsXULElement::nsXULElement()
|
||||
mParent(nsnull),
|
||||
mChildren(nsnull),
|
||||
mScriptObject(nsnull),
|
||||
#ifdef DEBUG
|
||||
mHaveRootedScriptObject(PR_FALSE),
|
||||
#endif
|
||||
mLazyState(0),
|
||||
mSlots(nsnull)
|
||||
{
|
||||
@ -366,7 +363,6 @@ nsXULElement::Init()
|
||||
|
||||
nsXULElement::~nsXULElement()
|
||||
{
|
||||
NS_ASSERTION(! mHaveRootedScriptObject, "script object still rooted!");
|
||||
delete mSlots;
|
||||
|
||||
//NS_IF_RELEASE(mDocument); // not refcounted
|
||||
|
@ -298,9 +298,6 @@ nsXULElement::nsXULElement()
|
||||
mParent(nsnull),
|
||||
mChildren(nsnull),
|
||||
mScriptObject(nsnull),
|
||||
#ifdef DEBUG
|
||||
mHaveRootedScriptObject(PR_FALSE),
|
||||
#endif
|
||||
mLazyState(0),
|
||||
mSlots(nsnull)
|
||||
{
|
||||
@ -366,7 +363,6 @@ nsXULElement::Init()
|
||||
|
||||
nsXULElement::~nsXULElement()
|
||||
{
|
||||
NS_ASSERTION(! mHaveRootedScriptObject, "script object still rooted!");
|
||||
delete mSlots;
|
||||
|
||||
//NS_IF_RELEASE(mDocument); // not refcounted
|
||||
|
Loading…
Reference in New Issue
Block a user