Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
index b5ce1858e5ca209ecaf2138de04dff55ccd5305a..0411925faa5e2e96b92c18c60d3a842d46c66c4f 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -309,6 +309,12 @@ class XMLHttpRequest; |
[Page] |
void didRunJavaScriptDialog(LocalFrame* frame, bool result); |
+ |
+ [WebPerf] |
+ void willExecuteScript([Keep] ExecutionContext*); |
+ |
+ [WebPerf] |
+ void didExecuteScript(ExecutionContext*); |
} |
interface InspectorOverrides { |