| 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 0411925faa5e2e96b92c18c60d3a842d46c66c4f..4728c9c125af9d6a6abfeb461a9c280858708ea9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -232,10 +232,10 @@ class XMLHttpRequest;
|
| [DOM]
|
| void frameDocumentUpdated([Keep] LocalFrame*);
|
|
|
| - [Page]
|
| + [Page, Tracing]
|
| void frameStartedLoading([Keep] LocalFrame*);
|
|
|
| - [Page]
|
| + [Page, Tracing]
|
| void frameStoppedLoading([Keep] LocalFrame*);
|
|
|
| [Page, Network]
|
|
|