Chromium Code Reviews| 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..e1e144cc43e68eb89449e2b99917c8cde7b71116 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] LocalFrame* frame); |
|
pfeldman
2016/08/15 17:59:55
[Keep] ExecutionContext
panicker
2016/08/15 20:48:55
Done.
|
| + |
| + [WebPerf] |
| + void didExecuteScript(LocalFrame* frame); |
| } |
| interface InspectorOverrides { |