diff dwt/internal/mozilla/nsIDocShell.d @ 340:3f4a5c7d138f

Fixes
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 08:09:00 -0700
parents dd63eb078d7a
children 942da4b6558a
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIDocShell.d	Sat Oct 25 21:01:54 2008 -0700
+++ b/dwt/internal/mozilla/nsIDocShell.d	Sun Oct 26 08:09:00 2008 -0700
@@ -132,18 +132,18 @@
 
 ******************************************************************************/
 
-const char[] NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
+const char[] NS_IDOCSHELL_1_8_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
 
-const nsIID NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID= 
+const nsIID NS_IDOCSHELL_1_8_IID= 
   {0x45988a14, 0xb240, 0x4d07, 
     [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
 
 extern(System)
 
-interface nsIDocShell_MOZILLA_1_8_BRANCH : nsISupports {
+interface nsIDocShell_1_8 : nsISupports {
 
-  static const char[] IID_STR = NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID_STR;
-  static const nsIID IID = NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID;
+  static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR;
+  static const nsIID IID = NS_IDOCSHELL_1_8_IID;
 
   nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);
   nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage);
@@ -154,18 +154,18 @@
 
 ******************************************************************************/
 
-const char[] NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
+const char[] NS_IDOCSHELL_1_9_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
 
-const nsIID NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID = 
+const nsIID NS_IDOCSHELL_1_9_IID = 
   {0x45988a14, 0xb240, 0x4d07, 
     [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
 
 extern(System)
 
-interface nsIDocShell_MOZILLA_1_9_BRANCH : nsISupports {
+interface nsIDocShell_1_9 : nsISupports {
 
-  static const char[] IID_STR = NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID_STR;
-  static const nsIID IID = NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID;
+  static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR;
+  static const nsIID IID = NS_IDOCSHELL_1_9_IID;
 
   nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);
   nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage);