diff dwt/internal/mozilla/nsIWebBrowser.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 942da4b6558a
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIWebBrowser.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIWebBrowser.d	Fri Oct 31 21:46:44 2008 -0700
@@ -15,13 +15,12 @@
   {0x69e5df00, 0x7b8b, 0x11d3, 
     [ 0xaf, 0x61, 0x00, 0xa0, 0x24, 0xff, 0xc0, 0x8c ]};
 
-//extern(System)
-
 interface nsIWebBrowser : nsISupports {
 
   static const char[] IID_STR = NS_IWEBBROWSER_IID_STR;
   static const nsIID IID = NS_IWEBBROWSER_IID;
 
+extern(System):
   nsresult AddWebBrowserListener(nsIWeakReference aListener, nsIID * aIID);
   nsresult RemoveWebBrowserListener(nsIWeakReference aListener, nsIID * aIID);
   nsresult GetContainerWindow(nsIWebBrowserChrome  *aContainerWindow);