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 bd50cda28c1c5f01e8c2e1a5c7072e094c55636c..1469d9fd37f7ab8bf6212a5ab2232924493d22fd 100644 |
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| @@ -143,6 +143,8 @@ public: |
| DECLARE_VIRTUAL_TRACE(); |
| + Resource* mainResource() const { return m_mainResource.get(); } |
|
Nate Chapin
2016/05/12 19:36:53
Instead of exposing this, can we pass the Resource
hiroshige
2016/05/13 08:40:10
Done.
|
| + |
| protected: |
| DocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&); |