From 9b01d8ba204a318c8722bcc6373283e062dfbed6 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 6 Aug 1999 20:34:55 +0000 Subject: [PATCH] Fix build warning. git-svn-id: svn://10.0.0.236/trunk@42525 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/xul/document/src/nsXULDocument.cpp | 6 ++---- mozilla/rdf/content/src/nsXULDocument.cpp | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/mozilla/content/xul/document/src/nsXULDocument.cpp b/mozilla/content/xul/document/src/nsXULDocument.cpp index e29e32b4d4b..6ca0c42a3a4 100644 --- a/mozilla/content/xul/document/src/nsXULDocument.cpp +++ b/mozilla/content/xul/document/src/nsXULDocument.cpp @@ -25,8 +25,6 @@ TO DO - 1) Figure out how to get rid of the DummyListener hack. - */ // Note the ALPHABETICAL ORDERING @@ -828,8 +826,8 @@ XULDocumentImpl::XULDocumentImpl(void) mCharSetID("UTF-8"), mDisplaySelection(PR_FALSE), mContentViewerContainer(nsnull), - mIsPopup(PR_FALSE), - mParentContentSink(nsnull) + mParentContentSink(nsnull), + mIsPopup(PR_FALSE) { NS_INIT_REFCNT(); diff --git a/mozilla/rdf/content/src/nsXULDocument.cpp b/mozilla/rdf/content/src/nsXULDocument.cpp index e29e32b4d4b..6ca0c42a3a4 100644 --- a/mozilla/rdf/content/src/nsXULDocument.cpp +++ b/mozilla/rdf/content/src/nsXULDocument.cpp @@ -25,8 +25,6 @@ TO DO - 1) Figure out how to get rid of the DummyListener hack. - */ // Note the ALPHABETICAL ORDERING @@ -828,8 +826,8 @@ XULDocumentImpl::XULDocumentImpl(void) mCharSetID("UTF-8"), mDisplaySelection(PR_FALSE), mContentViewerContainer(nsnull), - mIsPopup(PR_FALSE), - mParentContentSink(nsnull) + mParentContentSink(nsnull), + mIsPopup(PR_FALSE) { NS_INIT_REFCNT();