Commit d3a0f56c authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

[tools] Fix ASI bug

Bug: v8:10644
Change-Id: I934795e6ef8c42c3bc801c84dfb5f9770acd46fa
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2565057Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71486}
parent d82727d8
...@@ -176,8 +176,8 @@ class App { ...@@ -176,8 +176,8 @@ class App {
this._state.mapTimeline.transitions; this._state.mapTimeline.transitions;
this._view.mapStatsPanel.timeline = mapTimeline; this._view.mapStatsPanel.timeline = mapTimeline;
this._view.icPanel.timeline = icTimeline; this._view.icPanel.timeline = icTimeline;
this._view.sourcePanel.data = this._view.sourcePanel.data = processor.scripts;
processor.scripts this.refreshTimelineTrackView(); this.refreshTimelineTrackView();
} catch (e) { } catch (e) {
this._view.logFileReader.error = 'Log file contains errors!' this._view.logFileReader.error = 'Log file contains errors!'
throw (e); throw (e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment