From 2e9e82ac0aa4989f94753e846fff96cb1d0700ab Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Wed, 15 Mar 2000 08:41:52 +0000 Subject: [PATCH] forward declare the interface instead of using ptr native for nsIDocumentLoaderObserver r=rginda git-svn-id: svn://10.0.0.236/trunk@63032 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsIDocShell.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/nsIDocShell.idl b/mozilla/docshell/base/nsIDocShell.idl index 4ae7ee1d80c..ef7db491a20 100644 --- a/mozilla/docshell/base/nsIDocShell.idl +++ b/mozilla/docshell/base/nsIDocShell.idl @@ -39,10 +39,10 @@ [ptr] native nsIPresContext(nsIPresContext); [ptr] native nsIPresShell(nsIPresShell); -[ptr] native nsIDocumentLoaderObserver(nsIDocumentLoaderObserver); [ptr] native nsIContentViewer(nsIContentViewer); interface nsIChromeEventHandler; +interface nsIDocumentLoaderObserver; [scriptable, uuid(69E5DE00-7B8B-11d3-AF61-00A024FFC08C)] interface nsIDocShell : nsISupports