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