Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h |
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| index c36f01a1089a305f613972c88a4d0c57f8b6607c..95929eb3763b40a0b9a6819446df23a441774254 100644 |
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| @@ -93,7 +93,7 @@ class CORE_EXPORT DocumentLoader |
| const ResourceRequest& originalRequest() const; |
| - const ResourceRequest& request() const; |
| + const ResourceRequest& getRequest() const; |
|
yhirano
2016/12/16 14:52:37
Would it be reasonable to make this function inlin
Łukasz Anforowicz
2016/12/16 17:15:03
This wouldn't have helped with the problem describ
|
| ResourceFetcher* fetcher() const { return m_fetcher.get(); } |