From ea83cfbc1859755d2f375b3a886877aba8e93002 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Sat, 19 Jun 1999 21:51:25 +0000 Subject: [PATCH] Add GetIID git-svn-id: svn://10.0.0.236/trunk@35920 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIDocumentLoaderObserver.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/webshell/public/nsIDocumentLoaderObserver.h b/mozilla/webshell/public/nsIDocumentLoaderObserver.h index 18f09e4290b..2a561c4aa90 100644 --- a/mozilla/webshell/public/nsIDocumentLoaderObserver.h +++ b/mozilla/webshell/public/nsIDocumentLoaderObserver.h @@ -39,6 +39,8 @@ class nsIDocumentLoader; class nsIDocumentLoaderObserver : public nsISupports { public: + NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOCUMENT_LOADER_OBSERVER_IID) + /** * Notify the observer that a new document will be loaded. *