Title: [166401] trunk/Source/WebCore
Revision
166401
Author
commit-qu...@webkit.org
Date
2014-03-28 01:20:27 -0700 (Fri, 28 Mar 2014)

Log Message

Web Inspector: Copy/paste error. EventListener block in DOM.json uses description from Node.
https://bugs.webkit.org/show_bug.cgi?id=130158

Patch by James Craig <jcr...@apple.com> on 2014-03-28
Reviewed by Timothy Hatcher.

* inspector/protocol/DOM.json: Fixed a copy/paste annoyance.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166400 => 166401)


--- trunk/Source/WebCore/ChangeLog	2014-03-28 06:24:14 UTC (rev 166400)
+++ trunk/Source/WebCore/ChangeLog	2014-03-28 08:20:27 UTC (rev 166401)
@@ -1,3 +1,12 @@
+2014-03-28  James Craig  <jcr...@apple.com>
+
+        Web Inspector: Copy/paste error. EventListener block in DOM.json uses description from Node.
+        https://bugs.webkit.org/show_bug.cgi?id=130158
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector/protocol/DOM.json: Fixed a copy/paste annoyance.
+
 2014-03-27  James Craig  <jcr...@apple.com>
 
         Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds

Modified: trunk/Source/WebCore/inspector/protocol/DOM.json (166400 => 166401)


--- trunk/Source/WebCore/inspector/protocol/DOM.json	2014-03-28 06:24:14 UTC (rev 166400)
+++ trunk/Source/WebCore/inspector/protocol/DOM.json	2014-03-28 08:20:27 UTC (rev 166401)
@@ -53,7 +53,7 @@
                 { "name": "sourceName", "type": "string", "optional": true, "description": "Source script URL." },
                 { "name": "handler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event handler function value." }
             ],
-            "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."
         },
         {
             "id": "AccessibilityProperties",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to