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 9462985bd02508bb069da640602f62f6b51c085c..7fafc5499c34863e3c153ed94d96c6840c763609 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -16,6 +16,13 @@ |
} |
], |
"events": [ |
+ { |
+ "name": "evaluateForTestInFrontend", |
+ "parameters": [ |
+ { "name": "testCallId", "type": "integer" }, |
+ { "name": "script", "type": "string" } |
+ ] |
+ }, |
{ |
"name": "inspect", |
"parameters": [ |