diff --git a/mozilla/htmlparser/src/CNavDTD.h b/mozilla/htmlparser/src/CNavDTD.h
index c571f0305af..b740511cc28 100644
--- a/mozilla/htmlparser/src/CNavDTD.h
+++ b/mozilla/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/mozilla/parser/htmlparser/src/CNavDTD.h b/mozilla/parser/htmlparser/src/CNavDTD.h
index c571f0305af..b740511cc28 100644
--- a/mozilla/parser/htmlparser/src/CNavDTD.h
+++ b/mozilla/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