Bug 140570

Summary: Web Inspector: Remove unused WebInspector.LocalJSONObject
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-01-16 15:11:14 PST
* SUMMARY
Remove unused WebInspector.LocalJSONObject.

This is meant to be a way to create a WebInspector.RemoteObject from a local object, but it is unused and could be stale or out of date.

* NOTES
- Blink still uses these objects for Map entries, so we might want to re-introduce this kind of class later, or implement differently. Seems it could just as easily use RemoteObjects though.
Comment 1 Joseph Pecoraro 2015-01-16 15:12:38 PST
Created attachment 244808 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-01-16 16:10:16 PST
Comment on attachment 244808 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 244808

Committed r178610: <http://trac.webkit.org/changeset/178610>
Comment 3 WebKit Commit Bot 2015-01-16 16:10:22 PST
All reviewed patches have been landed.  Closing bug.