comparison dwt/internal/mozilla/nsIDocShell.d @ 350:373b48b9eaf0

Conclusion of long painful debugging: working Browser package :) (aplha)
author John Reimer <terminal.node@gmail.com>
date Sun, 02 Nov 2008 01:30:09 -0800
parents 676785ef6d24
children 59b54fea05d0
comparison
equal deleted inserted replaced
349:676785ef6d24 350:373b48b9eaf0
131 131
132 const char[] NS_IDOCSHELL_1_8_IID_STR = "9f0c7461-b9a4-47f6-b88c-421dce1bce66"; 132 const char[] NS_IDOCSHELL_1_8_IID_STR = "9f0c7461-b9a4-47f6-b88c-421dce1bce66";
133 133
134 const nsIID NS_IDOCSHELL_1_8_IID= 134 const nsIID NS_IDOCSHELL_1_8_IID=
135 { 0x9f0c7461, 0xb9a4, 0x47f6, 135 { 0x9f0c7461, 0xb9a4, 0x47f6,
136 [ 0xb8,0xbc,0x42,0x1d,0xce,0x1b,0xce,0x66 ] }; 136 [ 0xb8,0x8c,0x42,0x1d,0xce,0x1b,0xce,0x66 ] };
137 137
138 interface nsIDocShell_1_8 : nsIDocShell { 138 interface nsIDocShell_1_8 : nsIDocShell {
139 139
140 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR; 140 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR;
141 static const nsIID IID = NS_IDOCSHELL_1_8_IID; 141 static const nsIID IID = NS_IDOCSHELL_1_8_IID;