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
+2009-12-12 Maciej Stachowiak <mjs@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@nokia.com>
Unreviewed build fix for Qt versions < 4.6.
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;
}