Bug 143167

Summary: Web Inspector: Uncaught TDZ Exception with Type Profiler
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-03-27 17:42:01 PDT
* SUMMARY
Uncaught Exception with Type Profiler.

Views/TypePropertiesSection.js:64:27: CONSOLE ERROR ReferenceError: Cannot access uninitialized variable.

Looks like a use of "this" before super.
Comment 1 Joseph Pecoraro 2015-03-27 18:08:18 PDT
Created attachment 249628 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-03-27 21:43:33 PDT
Comment on attachment 249628 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 249628

Committed r182105: <http://trac.webkit.org/changeset/182105>
Comment 3 WebKit Commit Bot 2015-03-27 21:43:39 PDT
All reviewed patches have been landed.  Closing bug.