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 bf9ea6630e310fe2ee4bf2740785444f577b8eba..20c16bb49fd0e510b55cc78b475fac1ec718f0cf 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
@@ -89,7 +89,7 @@ public: |
// WebFrameClient methods to support resource loading thru the 'shadow page'. |
WebApplicationCacheHost* createApplicationCacheHost(WebApplicationCacheHostClient*) override; |
void willSendRequest(WebLocalFrame*, unsigned identifier, WebURLRequest&, const WebURLResponse& redirectResponse) override; |
- void didFinishDocumentLoad(WebLocalFrame*, bool documentIsEmpty) override; |
+ void didFinishDocumentLoad(WebLocalFrame*) override; |
bool isControlledByServiceWorker(WebDataSource&) override; |
int64_t serviceWorkerID(WebDataSource&) override; |