| 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 20e9010da987cc91bb5f9e6f9b869a80ba8ce13f..51d2d20d81d5c4fa13c926828105a18d49b27e83 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| @@ -273,7 +273,7 @@ WebReferrerPolicy WebURLRequest::referrerPolicy() const
|
|
|
| void WebURLRequest::addHTTPOriginIfNeeded(const WebString& origin)
|
| {
|
| - m_resourceRequest->addHTTPOriginIfNeeded(WebSecurityOrigin::createFromString(origin));
|
| + m_resourceRequest->addHTTPOriginIfNeeded(WebSecurityOrigin::createFromString(origin).get());
|
| }
|
|
|
| bool WebURLRequest::hasUserGesture() const
|
|
|