summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-05-27 20:55:22 +0000
committerGrant Gayed <ggayed>2008-05-27 20:55:22 +0000
commit38d33753257f699fc4ba1cd45071c2b07f0b59c0 (patch)
treee92fa4406306769d1143e546d285d110eb2a3f07
parent0657c2937c738e2487615e9efbd2ca3f21718ab2 (diff)
downloadeclipse.platform.swt-38d33753257f699fc4ba1cd45071c2b07f0b59c0.tar.gz
eclipse.platform.swt-38d33753257f699fc4ba1cd45071c2b07f0b59c0.tar.xz
eclipse.platform.swt-38d33753257f699fc4ba1cd45071c2b07f0b59c0.zip
213194 - setText crash with xulrunner 1.9 stream (again)
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java
index d5270ff312..b9aafb95d2 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java
@@ -32,7 +32,7 @@ public class nsIDocShell_1_9 extends nsISupports {
static final int LAST_METHOD_ID = nsISupports.LAST_METHOD_ID + 67;
public static final String NS_IDOCSHELL_IID_STR =
- "4b00222a-8d0a-46d7-a1fe-43bd89d19324";
+ "7d1cf6b9-daa3-476d-8f9f-9eb2a971a95c";
public static final nsID NS_IDOCSHELL_IID =
new nsID(NS_IDOCSHELL_IID_STR);