| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| index c40cd4ae0fb59324ecc1f638d032aa11ef5814d9..944dd5a6303badbe2fdd38bb5aa61edcbcf0808e 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -78,7 +78,7 @@ private:
|
| void willSendRequest(
|
| WebLocalFrame*, unsigned identifier, WebURLRequest&,
|
| const WebURLResponse& redirectResponse) override;
|
| - void didFinishDocumentLoad(WebLocalFrame*, bool documentIsEmpty) override;
|
| + void didFinishDocumentLoad(WebLocalFrame*) override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
| void sendProtocolMessage(int sessionId, int callId, const WebString&, const WebString&) override;
|
|
|