| Summary: | Web Inspector: iOS 8: Uncaught Exception expanding Object Prototype | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||||
| Component: | Web Inspector | Assignee: | 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: |
|
||||||||
Created attachment 255779 [details]
[PATCH] Proposed Fix
Comment on attachment 255779 [details]
[PATCH] Proposed Fix
cq-, there may be another case that needs a similar check.
Created attachment 255792 [details]
[PATCH] Proposed Fix
Comment on attachment 255792 [details] [PATCH] Proposed Fix Clearing flags on attachment: 255792 Committed r186120: <http://trac.webkit.org/changeset/186120> All reviewed patches have been landed. Closing bug. |
* SUMMARY iOS 8: Uncaught Exception expanding Object Prototype. * STEPS TO REPRODUCE 1. js> dir({a:1}) 2. Expand object and Object Prototype => Uncaught exception in inspector * NOTES - The backend sends us a __proto__ that is not a value but a get/set. This doesn't make sense and we should just ignore it so we don't show anything in the UI.