| Index: third_party/WebKit/public/web/WebDataSource.h
|
| diff --git a/third_party/WebKit/public/web/WebDataSource.h b/third_party/WebKit/public/web/WebDataSource.h
|
| index d9e72b3e0a25c8037fa7f93c717c9bb41a5cb559..7756cc86ef8b4de933747cfb128286b4125f20e3 100644
|
| --- a/third_party/WebKit/public/web/WebDataSource.h
|
| +++ b/third_party/WebKit/public/web/WebDataSource.h
|
| @@ -58,7 +58,7 @@ class WebDataSource {
|
| // include additional request headers added by WebKit that were not
|
| // present in the original request. This request may also correspond
|
| // to a location specified by a redirect that was followed.
|
| - virtual const WebURLRequest& request() const = 0;
|
| + virtual const WebURLRequest& getRequest() const = 0;
|
|
|
| // Returns the response associated with this datasource.
|
| virtual const WebURLResponse& response() const = 0;
|
|
|