Title: [219381] trunk/Websites/perf.webkit.org
Revision
219381
Author
[email protected]
Date
2017-07-11 20:00:04 -0700 (Tue, 11 Jul 2017)

Log Message

Another build fix.

* public/v3/components/chart-pane-base.js:
(ChartPaneBase.prototype._updateCommitLogViewer):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (219380 => 219381)


--- trunk/Websites/perf.webkit.org/ChangeLog	2017-07-12 02:38:03 UTC (rev 219380)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2017-07-12 03:00:04 UTC (rev 219381)
@@ -1,5 +1,12 @@
 2017-07-11  Ryosuke Niwa  <[email protected]>
 
+        Another build fix.
+
+        * public/v3/components/chart-pane-base.js:
+        (ChartPaneBase.prototype._updateCommitLogViewer):
+
+2017-07-11  Ryosuke Niwa  <[email protected]>
+
         Build fix. It looks like the code here is racy.
 
         * public/v3/components/chart-pane-base.js:

Modified: trunk/Websites/perf.webkit.org/public/v3/components/chart-pane-base.js (219380 => 219381)


--- trunk/Websites/perf.webkit.org/public/v3/components/chart-pane-base.js	2017-07-12 02:38:03 UTC (rev 219380)
+++ trunk/Websites/perf.webkit.org/public/v3/components/chart-pane-base.js	2017-07-12 03:00:04 UTC (rev 219381)
@@ -164,6 +164,8 @@
 
     _updateCommitLogViewer()
     {
+        if (!this._revisionRange)
+            return;
         const range = this._revisionRange.rangeForRepository(this._openRepository);
         this._commitLogViewer.view(this._openRepository, range.from, range.to);
         this.enqueueToRender();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to