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 a67e66bb2a65d9c97191bd50632718c9fb42a5c0..63b72b93e14e516a281893243ebe7c82caa7bde4 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h |
@@ -88,7 +88,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; |