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 e069b4d511ce3b6c3396e55cb64007e8811a2abf..211e420f162c10ed023ae9138e8390149d4df333 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -3786,6 +3786,7 @@ |
"properties": [ |
{ "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": "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." } |