| 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 8c4d9d9817fbff3f36a7a4ae054aeedb5c24a969..9e19639830a680d3b4f8cc70a7f95e0e7f5d72fd 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -75,7 +75,7 @@ private:
|
|
|
| // WebFrameClient overrides.
|
| void willSendRequest(
|
| - WebLocalFrame*, unsigned identifier, WebURLRequest&,
|
| + WebDataSource*, unsigned identifier, WebURLRequest&,
|
| const WebURLResponse& redirectResponse) override;
|
| void didFinishDocumentLoad(WebLocalFrame*, bool documentIsEmpty) override;
|
|
|
|
|