Removed mDocument in favor of the preferred way of getting the document from the content viewer.

git-svn-id: svn://10.0.0.236/trunk@52295 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-10-30 00:02:38 +00:00
parent bc6a15f81a
commit 945c6841ea
2 changed files with 5 additions and 5 deletions

View File

@@ -56,9 +56,6 @@ protected:
PRInt32 mMarginWidth;
PRInt32 mMarginHeight;
PRBool mIsFrame;
// XXX: mDocument is going away RSN! we shouldn't hold onto it at this level.
// the content viewer owns it
nsCOMPtr<nsIDOMDocument> mDocument;
};
#endif /* nsHTMLDocShell_h__ */