Bug 140570 - Web Inspector: Remove unused WebInspector.LocalJSONObject
Summary: Web Inspector: Remove unused WebInspector.LocalJSONObject
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-01-16 15:11 PST by Joseph Pecoraro
Modified: 2015-01-16 16:10 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (5.73 KB, patch)
2015-01-16 15:12 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-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.