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