| 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..1f7667b7ffe1dae2ae03636afa4c973898c13a94 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -226,7 +226,7 @@ class XMLHttpRequest;
|
| [Page]
|
| void frameDetachedFromParent([Keep] LocalFrame*);
|
|
|
| - [Network, DOM, Page]
|
| + [Network, DOM, Page, WebPerf]
|
| void didCommitLoad([Keep] LocalFrame*, DocumentLoader*);
|
|
|
| [DOM]
|
|
|