Fix build warning.

git-svn-id: svn://10.0.0.236/trunk@42525 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-08-06 20:34:55 +00:00
parent 0253cd5371
commit 9b01d8ba20
2 changed files with 4 additions and 8 deletions

View File

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

View File

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