| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index 29be13e8d8d93ef176dd42fa73f0fa9e9b4893d0..519c7861ae5936a3e28698e496395ecf849943d0 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -3925,7 +3925,8 @@
|
| "name": "getEventListeners",
|
| "hidden": true,
|
| "parameters": [
|
| - { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to return listeners for." }
|
| + { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to return listeners for." },
|
| + { "name": "descendants", "type": "boolean", "optional": true, "description": "If set, also include event listeners on all descendant nodes." }
|
| ],
|
| "returns": [
|
| { "name": "listeners", "type": "array", "items": { "$ref": "EventListener" }, "description": "Array of relevant listeners." }
|
|
|