From 54854bf7656ae10d0d67425a359e30b8df4e5fbc Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Mon, 7 Oct 2002 04:06:12 +0000 Subject: [PATCH] Bug 170441 Build warning caused by checkin for bug 138892 patch by walk84@yahoo.com r=jkeiser sr=jag git-svn-id: svn://10.0.0.236/trunk@131287 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index 20068033950..1f64efdce16 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -291,8 +291,8 @@ nsHTMLDocument::nsHTMLDocument() mBaseTarget(nsnull), mLastModified(nsnull), mReferrer(nsnull), - mIsWriting(0), mNumForms(0), + mIsWriting(0), mDomainWasSet(PR_FALSE) { mImages = nsnull;