Fix build warning.
git-svn-id: svn://10.0.0.236/trunk@42525 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user