From 7cf811bc0e8a7305319f0cba28b5342678a7db63 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Mon, 14 Feb 2000 06:29:40 +0000 Subject: [PATCH] Removed GetDocument from the docshell interface. r=hyatt git-svn-id: svn://10.0.0.236/trunk@60704 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsIDocShell.idl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/docshell/base/nsIDocShell.idl b/mozilla/docshell/base/nsIDocShell.idl index 39a116f8820..cf9afa16046 100644 --- a/mozilla/docshell/base/nsIDocShell.idl +++ b/mozilla/docshell/base/nsIDocShell.idl @@ -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. */