diff dwt/internal/mozilla/nsIWindowCreator2.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/nsIWindowCreator2.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIWindowCreator2.d	Fri Oct 31 21:46:44 2008 -0700
@@ -13,13 +13,12 @@
   {0xf673ec81, 0xa4b0, 0x11d6, 
     [ 0x96, 0x4b, 0xeb, 0x5a, 0x2b, 0xf2, 0x16, 0xfc ]};
 
-//extern(System)
-
 interface nsIWindowCreator2 : nsIWindowCreator {
 
   static const char[] IID_STR = NS_IWINDOWCREATOR2_IID_STR;
   static const nsIID IID = NS_IWINDOWCREATOR2_IID;
 
+extern(System):
   enum { PARENT_IS_LOADING_OR_RUNNING_TIMEOUT = 1U };
   nsresult CreateChromeWindow2(nsIWebBrowserChrome parent, PRUint32 chromeFlags, PRUint32 contextFlags, nsIURI uri, PRBool *cancel, nsIWebBrowserChrome *_retval);