summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2011-05-11 22:07:52 +0000
committerGrant Gayed <ggayed>2011-05-11 22:07:52 +0000
commitc1cfa6ebfb6b2c3c2b2ce9dd49a958a24883f0cd (patch)
tree9b1295d40ded9ab5c82443f5ab3a5f3a3440f123 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon
parent844c3cba85108b0943332ca208e3882c23f3abd9 (diff)
downloadeclipse.platform.swt-c1cfa6ebfb6b2c3c2b2ce9dd49a958a24883f0cd.tar.gz
eclipse.platform.swt-c1cfa6ebfb6b2c3c2b2ce9dd49a958a24883f0cd.tar.xz
eclipse.platform.swt-c1cfa6ebfb6b2c3c2b2ce9dd49a958a24883f0cd.zip
344487 - WebKit and XULRunner-1.9.2.x crash due to incompatible SQLLite libs
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
index 9ab78ce3ad..6f810fdbaf 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
@@ -234,7 +234,7 @@ String getProfilePath () {
return baseDir + Mozilla.SEPARATOR_OS + ".mozilla" + Mozilla.SEPARATOR_OS + "eclipse"; //$NON-NLS-1$ //$NON-NLS-2$
}
-String getSWTInitLibraryName () {
+static String GetSWTInitLibraryName () {
return "swt-xulrunner"; //$NON-NLS-1$
}