* public/js/helper-classes.js:
(PerfTestRuns.smallerIsBetter):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@166995
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-04-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Build fix after r166479. 'bytes' is now abbreviated as 'B'.
+
+ * public/js/helper-classes.js:
+ (PerfTestRuns.smallerIsBetter):
+
2014-04-08 Ryosuke Niwa <rniwa@webkit.org>
Some CSS teaks.
computeScalingFactorIfNeeded();
return cachedUnit;
}
- this.smallerIsBetter = function() { return unit == 'ms' || unit == 'bytes' || unit == ''; }
+ this.smallerIsBetter = function() { return unit == 'ms' || unit == 'B' || unit == ''; }
}
var URLState = new (function () {