Removed GetDocument from the docshell interface. r=hyatt

git-svn-id: svn://10.0.0.236/trunk@60704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-02-14 06:29:40 +00:00
parent e30f51cee4
commit 7cf811bc0e

View File

@@ -82,11 +82,6 @@ interface nsIDocShell : nsISupports
*/
[noscript]void setDocument(in nsIDOMDocument document, in nsIDOMElement rootNode);
/*
The current document that is loaded in the DocShell.
*/
readonly attribute nsIDOMDocument document;
/*
The current URI that is loaded.
*/