summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla
diff options
context:
space:
mode:
authorLakshmi Shanmugam <lshanmug@in.ibm.com>2012-02-21 17:55:01 +0530
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-03-06 16:45:31 -0500
commit1f40f1305a2185832d54c106b90af381ca8fb125 (patch)
treed53d15146040aa57a51c5bac38f14e07676c3e1d /bundles/org.eclipse.swt/Eclipse SWT Mozilla
parent40cfd902af2e0589c0797a7d81427d00b9fdb4d1 (diff)
downloadeclipse.platform.swt-1f40f1305a2185832d54c106b90af381ca8fb125.tar.gz
eclipse.platform.swt-1f40f1305a2185832d54c106b90af381ca8fb125.tar.xz
eclipse.platform.swt-1f40f1305a2185832d54c106b90af381ca8fb125.zip
update iid of nsIScriptGlobalObject and nsIScriptContext
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
index 222f5cf7d4..3620e108bf 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
@@ -1304,8 +1304,8 @@ public boolean execute (String script) {
nsIInterfaceRequestor interfaceRequestor = new nsIInterfaceRequestor (result[0]);
result[0] = 0;
- nsID scriptGlobalObjectNSID_8 = new nsID ("4eb16819-4e81-406e-9305-6f30fcd2624a"); /* nsIScriptGlobalObject */ //$NON-NLS-1$
- rc = interfaceRequestor.GetInterface (scriptGlobalObjectNSID_8, result);
+ nsID scriptGlobalObjectNSID_10 = new nsID ("08f73284-26e3-4fa6-bf89-8326f92a94b3"); /* nsIScriptGlobalObject */ //$NON-NLS-1$
+ rc = interfaceRequestor.GetInterface (scriptGlobalObjectNSID_10, result);
if (!(rc == XPCOM.NS_OK && result[0] != 0)) {
result[0] = 0;
nsID scriptGlobalObjectNSID_1_9_2 = new nsID ("e9f3f2c1-2d94-4722-bbd4-2bf6fdf42f48"); /* nsIScriptGlobalObject */ //$NON-NLS-1$
@@ -1332,8 +1332,8 @@ public boolean execute (String script) {
if (scriptContext != 0 && globalJSObject != 0) {
/* ensure that the received nsIScriptContext implements the expected interface */
nsISupports supports = new nsISupports (scriptContext);
- nsID scriptContextNSID_8 = new nsID ("a7139c0e-962c-44b6-bec3-e4166bfe84eb"); /* nsIScriptContext */ //$NON-NLS-1$
- rc = supports.QueryInterface (scriptContextNSID_8, result);
+ nsID scriptContextNSID_10 = new nsID ("2e583bf4-3c1f-432d-8283-8dee7eccc88b"); /* nsIScriptContext */ //$NON-NLS-1$
+ rc = supports.QueryInterface (scriptContextNSID_10, result);
if (!(rc == XPCOM.NS_OK && result[0] != 0)) {
result[0] = 0;
nsID scriptContextNSID_1_9_2 = new nsID ("87482b5e-e019-4df5-9bc2-b2a51b1f2d28"); /* nsIScriptContext */ //$NON-NLS-1$