Bug 149641 - Web Inspector: Missing completions for Symbol objects, console.error warning
Summary: Web Inspector: Missing completions for Symbol objects, console.error warning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-09-29 13:32 PDT by Joseph Pecoraro
Modified: 2015-09-29 22:58 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.64 KB, patch)
2015-09-29 15:18 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-09-29 13:32:24 PDT
* SUMMARY
Missing completions for Symbol objects, console.error warning.

* STEPS TO REPRODUCE
1. js> o = Symbol()
2. js> o.t|
  => no completions provided, error in console
Comment 1 Joseph Pecoraro 2015-09-29 15:18:53 PDT
Created attachment 262114 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-09-29 22:58:06 PDT
Comment on attachment 262114 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 262114

Committed r190341: <http://trac.webkit.org/changeset/190341>
Comment 3 WebKit Commit Bot 2015-09-29 22:58:11 PDT
All reviewed patches have been landed.  Closing bug.