Bug 152326 - Uncaught Exception: ReferenceError: Can't find variable: resolvedValue
Summary: Uncaught Exception: ReferenceError: Can't find variable: resolvedValue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-12-15 23:48 PST by Joseph Pecoraro
Modified: 2015-12-16 09:36 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.48 KB, patch)
2015-12-15 23:55 PST, 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-12-15 23:48:21 PST
* SUMMARY
Uncaught exceptions right clicking on Array index:
ReferenceError: Can't find variable: resolvedValue (at ObjectTreeBaseTreeElement.js:214:67)

* STEPS TO REPRODUCE
1. Inspect about:blank
2. js> [1,2,3,4,5,6,7,8,9,0,1,2,3,4]
3. Expand the Array
4. Right click an array index
  => Exception
Comment 1 Radar WebKit Bug Importer 2015-12-15 23:48:33 PST
<rdar://problem/23916387>
Comment 2 Joseph Pecoraro 2015-12-15 23:55:17 PST
Created attachment 267442 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-12-16 09:36:51 PST
Comment on attachment 267442 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 267442

Committed r194147: <http://trac.webkit.org/changeset/194147>
Comment 4 WebKit Commit Bot 2015-12-16 09:36:54 PST
All reviewed patches have been landed.  Closing bug.