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:
waterson%netscape.com 1999-12-08 08:08:39 +00:00
parent bc16c6794e
commit be17379f6b
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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