From 4002826c6e7f776b14b5c896d0cca1b1fcd6d861 Mon Sep 17 00:00:00 2001 From: "harishd%netscape.com" Date: Sat, 21 Apr 2001 22:57:22 +0000 Subject: [PATCH] fixing the bustage... --- htmlparser/src/CNavDTD.h | 3 +-- parser/htmlparser/src/CNavDTD.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/htmlparser/src/CNavDTD.h b/htmlparser/src/CNavDTD.h index c571f0305af2..b740511cc281 100644 --- a/htmlparser/src/CNavDTD.h +++ b/htmlparser/src/CNavDTD.h @@ -512,10 +512,9 @@ protected: nsString mScratch; //used for various purposes; non-persistent nsAutoString mMimeType; //ok as an autostring; these are short. nsNodeAllocator mNodeAllocator; - + nsString mFilename; #ifdef NS_DEBUG - nsString mFilename; nsIDTDDebug* mDTDDebug; #endif diff --git a/parser/htmlparser/src/CNavDTD.h b/parser/htmlparser/src/CNavDTD.h index c571f0305af2..b740511cc281 100644 --- a/parser/htmlparser/src/CNavDTD.h +++ b/parser/htmlparser/src/CNavDTD.h @@ -512,10 +512,9 @@ protected: nsString mScratch; //used for various purposes; non-persistent nsAutoString mMimeType; //ok as an autostring; these are short. nsNodeAllocator mNodeAllocator; - + nsString mFilename; #ifdef NS_DEBUG - nsString mFilename; nsIDTDDebug* mDTDDebug; #endif