Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
index 334c42f6db99369d2678e3411a9473776fad05af..4c4e9b0275761b38417f557be577cca36677f7a5 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
@@ -73,7 +73,7 @@ class WebSharedWorkerImpl final : public WebFrameClient, |
// WebFrameClient methods to support resource loading thru the 'shadow page'. |
WebApplicationCacheHost* createApplicationCacheHost( |
WebApplicationCacheHostClient*) override; |
- void didFinishDocumentLoad(WebLocalFrame*) override; |
+ void didFinishDocumentLoad() override; |
// WebDevToolsAgentClient overrides. |
void sendProtocolMessage(int sessionId, |