diff dwt/internal/mozilla/nsIDocShell.d @ 354:59b54fea05d0

Fixes for XPCOM 1.9 and anonymous classes
author john@andLinux
date Sun, 14 Dec 2008 02:13:20 -0500
parents 373b48b9eaf0
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIDocShell.d	Tue Nov 04 21:21:43 2008 -0800
+++ b/dwt/internal/mozilla/nsIDocShell.d	Sun Dec 14 02:13:20 2008 -0500
@@ -150,10 +150,10 @@
 
 ******************************************************************************/
 
-const char[] NS_IDOCSHELL_1_9_IID_STR = "7d1cf6b9-daa3-476d-8f9f-9eb2a971a95c";
+const char[] NS_IDOCSHELL_1_9_IID_STR = "10ed386d-8598-408c-b571-e75ad18edeb0";
 
 const nsIID NS_IDOCSHELL_1_9_IID = 
-  { 0x7d1cf6b9, 0xdaa3, 0x476d, [ 0x8f,0x9f,0x9e,0xb2,0xa9,0x71,0xa9,0x5c ]};
+    {0x10ed386d, 0x8598, 0x408c, [ 0xb5, 0x71, 0xe7, 0x5a, 0xd1, 0x8e, 0xde, 0xb0 ] };
 
 interface nsIDocShell_1_9 : nsIDocShell_1_8 {
 
@@ -164,4 +164,4 @@
   nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);
   nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage);
   nsresult GetCurrentDocumentChannel(nsIChannel  *aCurrentDocumentChannel);
-}
\ No newline at end of file
+}