diff dwt/internal/mozilla/nsIWebNavigation.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/nsIWebNavigation.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIWebNavigation.d	Fri Oct 31 21:46:44 2008 -0700
@@ -15,13 +15,12 @@
   {0xf5d9e7b0, 0xd930, 0x11d3, 
     [ 0xb0, 0x57, 0x00, 0xa0, 0x24, 0xff, 0xc0, 0x8c ]};
 
-//extern(System)
-
 interface nsIWebNavigation : nsISupports {
 
   static const char[] IID_STR = NS_IWEBNAVIGATION_IID_STR;
   static const nsIID IID = NS_IWEBNAVIGATION_IID;
 
+extern(System):
   nsresult GetCanGoBack(PRBool *aCanGoBack);
   nsresult GetCanGoForward(PRBool *aCanGoForward);
   nsresult GoBack();