From b491d5e2f5fed4745eb4a67937f6ea398f6b82c7 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Fri, 4 May 2001 21:01:34 +0000 Subject: [PATCH] fixing build bustage. forgot a nsIDocumentLoaderObserver ref --- docshell/base/nsIDocShell.idl | 2 -- 1 file changed, 2 deletions(-) diff --git a/docshell/base/nsIDocShell.idl b/docshell/base/nsIDocShell.idl index 4cdbc2985be7..b11911bd1431 100644 --- a/docshell/base/nsIDocShell.idl +++ b/docshell/base/nsIDocShell.idl @@ -30,7 +30,6 @@ %{ C++ #include "nsIPresContext.h" -#include "nsIDocumentLoaderObserver.h" %} /** @@ -41,7 +40,6 @@ [ptr] native nsIPresShell(nsIPresShell); interface nsIChromeEventHandler; -interface nsIDocumentLoaderObserver; interface nsIDocShellLoadInfo; interface nsIDocumentCharsetInfo; interface nsIWebNavigation;