diff dwt/internal/mozilla/nsIDOMStorage.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/nsIDOMStorage.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIDOMStorage.d	Fri Oct 31 21:46:44 2008 -0700
@@ -15,13 +15,12 @@
   {0x95cc1383, 0x3b62, 0x4b89, 
     [ 0xaa, 0xef, 0x10, 0x04, 0xa5, 0x13, 0xef, 0x47 ]};
 
-//extern(System)
-
 interface nsIDOMStorage : nsISupports {
 
   static const char[] IID_STR = NS_IDOMSTORAGE_IID_STR;
   static const nsIID IID = NS_IDOMSTORAGE_IID;
 
+extern(System):
   nsresult GetLength(PRUint32 *aLength);
   nsresult Key(PRUint32 index, nsAString * _retval);
   nsresult GetItem(nsAString * key, nsIDOMStorageItem *_retval);