| 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 bbc8efbdddf08445ea80e76d6ac7ea293c67bb31..672b784b8a7a2dc206e4086aa6595943dbaaf30c 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -56,7 +56,7 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
|
|
|
| // WebDataSource methods:
|
| const WebURLRequest& originalRequest() const override;
|
| - const WebURLRequest& request() const override;
|
| + const WebURLRequest& getRequest() const override;
|
| const WebURLResponse& response() const override;
|
| bool hasUnreachableURL() const override;
|
| WebURL unreachableURL() const override;
|
|
|