| 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..da4e0a25809c0b28bbbbefc20ca908542583434a 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -3853,7 +3853,8 @@
|
| { "name": "passive", "type": "boolean", "description": "<code>EventListener</code>'s passive flag." },
|
| { "name": "location", "$ref": "Debugger.Location", "description": "Handler code location." },
|
| { "name": "handler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event handler function value." },
|
| - { "name": "originalHandler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event original handler function value." }
|
| + { "name": "originalHandler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event original handler function value." },
|
| + { "name": "removeFunction", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event listener remove function." }
|
| ],
|
| "hidden": true
|
| }
|
|
|