Bug 158392

Summary: REGRESSION (r201686): Web Inspector: Fix typo causing an internal error
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Patch] Proposed Fix none

Description Matt Baker 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.
Comment 1 Radar WebKit Bug Importer 2016-06-04 21:55:53 PDT
<rdar://problem/26640467>
Comment 2 Matt Baker 2016-06-04 22:00:43 PDT
Created attachment 280543 [details]
[Patch] Proposed Fix
Comment 3 Joseph Pecoraro 2016-06-04 23:11:10 PDT
You could land something like this without review.
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2016-06-05 08:21:47 PDT
All reviewed patches have been landed.  Closing bug.