[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
mjs at apple.com
mjs at apple.com
Tue Jan 5 23:48:09 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 0d65472045fb16e938f86f34a4e9d4a06c90ff7b
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Dec 12 18:32:14 2009 +0000
Not reviewed, fixing previous comment.
Remove accidental change to sunspider-compare-results
* Scripts/sunspider-compare-results:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52053 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 34bccaf..9c54adc 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-12 Maciej Stachowiak <mjs at apple.com>
+
+ Not reviewed, fixing previous comment.
+
+ Remove accidental change to sunspider-compare-results
+
+ * Scripts/sunspider-compare-results:
+
2009-12-11 Yael Aharon <yael.aharon at nokia.com>
Unreviewed build fix for Qt versions < 4.6.
diff --git a/WebKitTools/Scripts/sunspider-compare-results b/WebKitTools/Scripts/sunspider-compare-results
index 568010c..a207d7a 100755
--- a/WebKitTools/Scripts/sunspider-compare-results
+++ b/WebKitTools/Scripts/sunspider-compare-results
@@ -93,10 +93,10 @@ sub pathToBuiltJSC($)
sub pathToSystemJSC()
{
-# my $path = "/System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc";
-# if (-f $path) {
-# return $path;
-# }
+ my $path = "/System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc";
+ if (-f $path) {
+ return $path;
+ }
return undef;
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list