From 64eee8d39933bec5f8d37a6e65e030255f8d0666 Mon Sep 17 00:00:00 2001 From: spider Date: Thu, 7 May 1998 22:53:28 +0000 Subject: [PATCH] emove web fully --- shell/public/nsIApplicationShell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/public/nsIApplicationShell.h b/shell/public/nsIApplicationShell.h index a1c6da2d77fc..8d5c2d5e4cba 100644 --- a/shell/public/nsIApplicationShell.h +++ b/shell/public/nsIApplicationShell.h @@ -46,6 +46,6 @@ public: }; -extern NS_WEB nsresult NS_NewApplicationShell(nsIApplicationShell** aInstancePtrResult); +extern NS_SHELL nsresult NS_NewApplicationShell(nsIApplicationShell** aInstancePtrResult); #endif /* nsIApplicationShell_h___ */