Bug 130158

Summary: Web Inspector: Copy/paste error. EventListener block in DOM.json uses description from Node.
Product: WebKit Reporter: James Craig <jcraig>
Component: Web InspectorAssignee: James Craig <jcraig>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

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.