From dc9ee3099d61c8a42ede4149c2d107c6fd2b1b63 Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Sun, 17 Jan 1999 11:47:27 +0000 Subject: [PATCH] Changed NS_DOCUMENTLOADER_CID to NS_DOCUMENTLOADER_SERVICE_CID git-svn-id: svn://10.0.0.236/trunk@17934 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIDocumentLoader.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mozilla/webshell/public/nsIDocumentLoader.h b/mozilla/webshell/public/nsIDocumentLoader.h index 5b3d86a10dc..4df666f1b2b 100644 --- a/mozilla/webshell/public/nsIDocumentLoader.h +++ b/mozilla/webshell/public/nsIDocumentLoader.h @@ -94,11 +94,8 @@ public: }; /* 057b04d0-0ccf-11d2-beba-00805f8a66dc */ -#define NS_DOCUMENTLOADER_CID \ +#define NS_DOCUMENTLOADER_SERVICE_CID \ { 0x057b04d0, 0x0ccf, 0x11d2, \ {0xbe, 0xba, 0x00, 0x80, 0x5f, 0x8a, 0x66, 0xdc} } -extern "C" NS_WEB nsresult -NS_NewDocumentLoaderFactory(nsIFactory** aFactory); - #endif /* nsIDocumentLoader_h___ */