From 56a717417c31ef4ebc3968254d06295c8f11902e Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Thu, 23 Jul 1998 04:23:00 +0000 Subject: [PATCH] Added GetDocumentLoader(...). git-svn-id: svn://10.0.0.236/trunk@6228 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIWebShell.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/webshell/public/nsIWebShell.h b/mozilla/webshell/public/nsIWebShell.h index cab0f10414c..f9a54f4f807 100644 --- a/mozilla/webshell/public/nsIWebShell.h +++ b/mozilla/webshell/public/nsIWebShell.h @@ -27,6 +27,7 @@ class nsIFactory; class nsIPostData; class nsIStreamObserver; +class nsIDocumentLoader; class nsIWebShell; class nsIWebShellContainer; @@ -104,6 +105,8 @@ public: NS_IMETHOD SetObserver(nsIStreamObserver* anObserver) = 0; NS_IMETHOD GetObserver(nsIStreamObserver*& aResult) = 0; + NS_IMETHOD GetDocumentLoader(nsIDocumentLoader*& aResult) = 0; + NS_IMETHOD GetRootWebShell(nsIWebShell*& aResult) = 0; NS_IMETHOD SetParent(nsIWebShell* aParent) = 0; NS_IMETHOD GetParent(nsIWebShell*& aParent) = 0;