| Index: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| index 7f40a7d3b5bc6bf14b3b07d65ddd2f5ae2ec659f..400ff5d31b75d92faca46e57024dd7353726c2df 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| @@ -244,7 +244,7 @@ WebURLRequest::FrameType WebURLRequest::frameType() const
|
|
|
| WebReferrerPolicy WebURLRequest::referrerPolicy() const
|
| {
|
| - return static_cast<WebReferrerPolicy>(m_private->m_resourceRequest->referrerPolicy());
|
| + return static_cast<WebReferrerPolicy>(m_private->m_resourceRequest->getReferrerPolicy());
|
| }
|
|
|
| void WebURLRequest::addHTTPOriginIfNeeded(const WebString& origin)
|
|
|