Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 879b384a1eacd5bf6133abea0824e4f59df06cbf..f667884b7a2f5193b1126213ed6a6a9f52ecf2ec 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -2341,18 +2341,6 @@ |
| "description": "Removes attribute with given name from an element with given id." |
| }, |
| { |
| - "name": "getEventListenersForNode", |
| - "parameters": [ |
| - { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node to get listeners for." }, |
| - { "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name for handler value. Handler value is not returned without this parameter specified." } |
| - ], |
| - "returns": [ |
| - { "name": "listeners", "type": "array", "items": { "$ref": "EventListener" }, "description": "Array of relevant listeners." } |
|
yurys
2015/05/21 15:20:45
EventListener type definition should be removed fr
kozy
2015/05/22 10:57:21
Done.
|
| - ], |
| - "description": "Returns event listeners relevant to the node.", |
| - "hidden": true |
| - }, |
| - { |
| "name": "getOuterHTML", |
| "parameters": [ |
| { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node to get markup for." } |