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();