| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| index 10fc07b077e827afffa90c9052d2f4114c146db8..6919dc60f653438c46489a00bc4165c7a1e3f78e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -678,7 +678,7 @@ bool InspectorPageAgent::screencastEnabled() {
|
| m_state->booleanProperty(PageAgentState::screencastEnabled, false);
|
| }
|
|
|
| -void InspectorPageAgent::frameStartedLoading(LocalFrame* frame) {
|
| +void InspectorPageAgent::frameStartedLoading(LocalFrame* frame, FrameLoadType) {
|
| frontend()->frameStartedLoading(frameId(frame));
|
| }
|
|
|
|
|