| 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 2d725e664f4e8ed73bb9e6b83fbe27230a26175a..b463a8b87dd26e9914c87d1804994ee1b317a508 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -244,7 +244,7 @@ class XMLHttpRequest;
|
| void frameDocumentUpdated([Keep] LocalFrame*);
|
|
|
| [Page, Tracing]
|
| - void frameStartedLoading([Keep] LocalFrame*);
|
| + void frameStartedLoading([Keep] LocalFrame*, FrameLoadType);
|
|
|
| [Page, Tracing]
|
| void frameStoppedLoading([Keep] LocalFrame*);
|
|
|