| Index: third_party/WebKit/Source/modules/fetch/Request.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.h b/third_party/WebKit/Source/modules/fetch/Request.h
|
| index 9e7bbef4d84bdae38dd7b9891fdcd382265637c0..61b47f5208874ab7c69c0f2004bc7265ec3c84f1 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.h
|
| @@ -59,7 +59,7 @@ class MODULES_EXPORT Request final : public Body {
|
| Headers* getHeaders() const { return m_headers; }
|
| String context() const;
|
| String referrer() const;
|
| - String referrerPolicy() const;
|
| + String getReferrerPolicy() const;
|
| String mode() const;
|
| String credentials() const;
|
| String redirect() const;
|
|
|