Title: [213120] trunk/Websites/perf.webkit.org
Revision
213120
Author
[email protected]
Date
2017-02-27 20:52:17 -0800 (Mon, 27 Feb 2017)

Log Message

Removed the unused code that was supposed to be removed in the previous commit.

* browser-tests/time-series-chart-tests.js:

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (213119 => 213120)


--- trunk/Websites/perf.webkit.org/ChangeLog	2017-02-28 04:48:36 UTC (rev 213119)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2017-02-28 04:52:17 UTC (rev 213120)
@@ -1,5 +1,11 @@
 2017-02-27  Ryosuke Niwa  <[email protected]>
 
+        Removed the unused code that was supposed to be removed in the previous commit.
+
+        * browser-tests/time-series-chart-tests.js:
+
+2017-02-27  Ryosuke Niwa  <[email protected]>
+
         Split tests for InteractiveTimeSeriesChart into a separate test file.
         https://bugs.webkit.org/show_bug.cgi?id=168960
 

Modified: trunk/Websites/perf.webkit.org/browser-tests/time-series-chart-tests.js (213119 => 213120)


--- trunk/Websites/perf.webkit.org/browser-tests/time-series-chart-tests.js	2017-02-28 04:48:36 UTC (rev 213119)
+++ trunk/Websites/perf.webkit.org/browser-tests/time-series-chart-tests.js	2017-02-28 04:52:17 UTC (rev 213120)
@@ -1,17 +1,4 @@
 
-const scripts = [
-    '../shared/statistics.js',
-    'instrumentation.js',
-    'models/data-model.js',
-    'models/metric.js',
-    'models/time-series.js',
-    'models/measurement-set.js',
-    'models/measurement-cluster.js',
-    'models/measurement-adaptor.js',
-    'components/base.js',
-    'components/time-series-chart.js',
-    'components/interactive-time-series-chart.js'];
-
 describe('TimeSeriesChart', () => {
 
     it('should be constructible with an empty sourec list and an empty options', () => {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to