| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 08acb7bd0cc6490b65856a9dc16f2585a5037d7b..925fdf3edf2b8122cdfbe5a01fee66e0b75f2f9c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -3205,6 +3205,7 @@
|
| { "name": "type", "type": "string", "description": "<code>EventListener</code>'s type." },
|
| { "name": "useCapture", "type": "boolean", "description": "<code>EventListener</code>'s useCapture." },
|
| { "name": "passive", "type": "boolean", "description": "<code>EventListener</code>'s passive flag." },
|
| + { "name": "once", "type": "boolean", "description": "<code>EventListener</code>'s once flag." },
|
| { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Script id of the handler code." },
|
| { "name": "lineNumber", "type": "integer", "description": "Line number in the script (0-based)." },
|
| { "name": "columnNumber", "type": "integer", "description": "Column number in the script (0-based)." },
|
|
|