Removed GetDocument from the docshell interface. r=hyatt

This commit is contained in:
tbogard%aol.net 2000-02-14 06:29:40 +00:00
Родитель 6761a7bfb6
Коммит aedb9aa3e8
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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.
*/