Bug 130158 - Web Inspector: Copy/paste error. EventListener block in DOM.json uses description from Node.
Summary: Web Inspector: Copy/paste error. EventListener block in DOM.json uses descrip...
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: James Craig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-12 14:03 PDT by James Craig
Modified: 2014-03-28 01:20 PDT (History)
5 users (show)

See Also:


Attachments
patch (1.50 KB, patch)
2014-03-27 23:59 PDT, James Craig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2014-03-12 14:03:54 PDT
Copy/paste error. EventListener block in DOM.json uses description from Node. Should use its own description. e.g.

- "description": "DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type."
+ "description": "A structure holding event listener properties."
Comment 1 Radar WebKit Bug Importer 2014-03-27 23:46:58 PDT
<rdar://problem/16454444>
Comment 2 James Craig 2014-03-27 23:59:21 PDT
Created attachment 228028 [details]
patch
Comment 3 WebKit Commit Bot 2014-03-28 01:20:54 PDT
Comment on attachment 228028 [details]
patch

Clearing flags on attachment: 228028

Committed r166401: <http://trac.webkit.org/changeset/166401>
Comment 4 WebKit Commit Bot 2014-03-28 01:20:56 PDT
All reviewed patches have been landed.  Closing bug.