| Index: third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| index f54b7d5cb6387f166b626708c362b87210fd4ca9..94f716c666287152260c15cd453986c05c0d5f36 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| @@ -343,7 +343,7 @@ bool equalIgnoringHeaderFields(const ResourceRequest& a, const ResourceRequest&
|
| if (a.priority() != b.priority())
|
| return false;
|
|
|
| - if (a.referrerPolicy() != b.referrerPolicy())
|
| + if (a.getReferrerPolicy() != b.getReferrerPolicy())
|
| return false;
|
|
|
| EncodedFormData* formDataA = a.httpBody();
|
|
|