diff options
author | Grant Gayed <grant_gayed@ca.ibm.com> | 2013-05-07 15:00:01 -0400 |
---|---|---|
committer | Grant Gayed <grant_gayed@ca.ibm.com> | 2013-05-07 15:00:01 -0400 |
commit | 11ce129f5a39073ea3f0ccccbd6f5ec71c6733d4 (patch) | |
tree | 969faa4b0f9845a9dab161c6b6b053eb954ac46e | |
parent | c344dba8cb6458ad0164d542d97fb40c8ff638c8 (diff) | |
download | eclipse.platform.swt-11ce129f5a39073ea3f0ccccbd6f5ec71c6733d4.tar.gz eclipse.platform.swt-11ce129f5a39073ea3f0ccccbd6f5ec71c6733d4.tar.xz eclipse.platform.swt-11ce129f5a39073ea3f0ccccbd6f5ec71c6733d4.zip |
Bug 407457 - Browser no longer working on Solaris
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java | 1 |
1 files changed, 1 insertions, 0 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 78832e2c7a..51e978f57b 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 @@ -2112,6 +2112,7 @@ void initXPCOM (String mozillaPath, boolean isXULRunner) { System.setProperty (XULRUNNER_PATH, mozillaPath); } } else { + IsPre_4 = IsPre_17 = true; rc = XPCOM.NS_InitXPCOM2 (0, localFile.getAddress(), LocationProvider.getAddress ()); } localFile.Release (); |