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
Родитель 48c2b1b2ab
Коммит 4b5bfd9fa4
2 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

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