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 3b20f37a90232297b8bbd69df232f3ff54230abb..48f9a296299ff4905dfb700f0c237911c53fef25 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -3835,6 +3835,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." } |