Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index b0285a730d295607b74bd3140bd23ae1eaeaff3a..180ba55c7f4a307e68f1424729d5095f8db36a9f 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -2157,7 +2157,6 @@ |
{ "name": "nodeId", "$ref": "NodeId", "description": "Target <code>DOMNode</code> id." }, |
{ "name": "handlerBody", "type": "string", "description": "Event handler function body." }, |
pfeldman
2015/01/22 12:31:43
lets remove this.
apavlov
2015/02/02 11:00:29
Done.
|
{ "name": "location", "$ref": "Debugger.Location", "description": "Handler code location." }, |
- { "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." |