[tools] Fix ASI bug

Bug: v8:10644
Change-Id: I934795e6ef8c42c3bc801c84dfb5f9770acd46fa
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2565057
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71486}
This commit is contained in:
Sathya Gunasekaran 2020-11-30 18:02:49 +05:30 committed by Commit Bot
parent d82727d8d7
commit d3a0f56c4b

View File

@ -176,8 +176,8 @@ class App {
this._state.mapTimeline.transitions;
this._view.mapStatsPanel.timeline = mapTimeline;
this._view.icPanel.timeline = icTimeline;
this._view.sourcePanel.data =
processor.scripts this.refreshTimelineTrackView();
this._view.sourcePanel.data = processor.scripts;
this.refreshTimelineTrackView();
} catch (e) {
this._view.logFileReader.error = 'Log file contains errors!'
throw (e);