Bug 143167 - Web Inspector: Uncaught TDZ Exception with Type Profiler
Summary: Web Inspector: Uncaught TDZ Exception with Type Profiler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-03-27 17:42 PDT by Joseph Pecoraro
Modified: 2015-03-27 21:43 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.55 KB, patch)
2015-03-27 18:08 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.