| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index f0f464d7f5f8d1d6601f568e4f43ea85c4d45588..e0fa1af3e94b39a6e23e9c07a7a7b8614af53fb7 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -57,6 +57,7 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
|
| // WebDataSource methods:
|
| const WebURLRequest& originalRequest() const override;
|
| const WebURLRequest& getRequest() const override;
|
| + WebURLRequest& getRequestWritable() override;
|
| const WebURLResponse& response() const override;
|
| bool hasUnreachableURL() const override;
|
| WebURL unreachableURL() const override;
|
|
|