зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
48c2b1b2ab
Коммит
4b5bfd9fa4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче