RESOLVED FIXED 158392
REGRESSION (r201686): Web Inspector: Fix typo causing an internal error
https://bugs.webkit.org/show_bug.cgi?id=158392
Summary REGRESSION (r201686): Web Inspector: Fix typo causing an internal error
Matt Baker
Reported 2016-06-04 21:55:38 PDT
* SUMMARY Web Inspector: Fix typo causing an internal error. "this._heapAllocations"should be "this._heapAllocationsTimeline". * STEPS TO REPRODUCE 1. Open Inspector > Timelines tab 2. Open Inspector² => TypeError:​ undefined is not an object (evaluating 'this._heapAllocations.recordsInTimeRange')​ (at HeapAllocationsTimelineOverviewGraph.js:​60:​51) Broke in https://trac.webkit.org/changeset/201686.
Attachments
[Patch] Proposed Fix (1.67 KB, patch)
2016-06-04 22:00 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2016-06-04 21:55:53 PDT
Matt Baker
Comment 2 2016-06-04 22:00:43 PDT
Created attachment 280543 [details] [Patch] Proposed Fix
Joseph Pecoraro
Comment 3 2016-06-04 23:11:10 PDT
You could land something like this without review.
WebKit Commit Bot
Comment 4 2016-06-05 08:21:41 PDT
Comment on attachment 280543 [details] [Patch] Proposed Fix Clearing flags on attachment: 280543 Committed r201698: <http://trac.webkit.org/changeset/201698>
WebKit Commit Bot
Comment 5 2016-06-05 08:21:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.