| Index: third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/DocumentResource.h b/third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| index 7bfbdfb67247a1c630c661aef8b1da7863dfdd0f..bdfc19adbe15c419e11766abaf8c528c1655d6aa 100644
|
| --- a/third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/DocumentResource.h
|
| @@ -42,7 +42,7 @@ public:
|
| ~DocumentResource() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - Document* document() const;
|
| + Document* document() const { return m_document.get(); }
|
|
|
| void setEncoding(const String&) override;
|
| String encoding() const override;
|
|
|