| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 444ec30ba411e0038cd8c64aa96c4add8679666f..4115561c90293af52149415936eea5c7bca18531 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3850,7 +3850,8 @@
|
| { "name": "type", "type": "string", "description": "<code>EventListener</code>'s type." },
|
| { "name": "useCapture", "type": "boolean", "description": "<code>EventListener</code>'s useCapture." },
|
| { "name": "location", "$ref": "Debugger.Location", "description": "Handler code location." },
|
| - { "name": "handler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event handler function value." }
|
| + { "name": "handler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event handler function value." },
|
| + { "name": "listenerType", "type": "string", "enum": ["normal", "frameworkUser", "frameworkInternal"], "optional": true, "hidden": true,"description": "Type of event listener handler."}
|
| ],
|
| "hidden": true
|
| }
|
|
|