| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index fa743d87d17bf4dd41fbd7376a6a0845ac3b8c7f..976ed966a0d1b3fa20e10b103289c20651cb28ca 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -261,7 +261,7 @@ void ChromeClientImpl::startDragging(LocalFrame* frame,
|
| const WebImage& dragImage,
|
| const WebPoint& dragImageOffset) {
|
| WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
|
| - WebReferrerPolicy policy = webFrame->document().referrerPolicy();
|
| + WebReferrerPolicy policy = webFrame->document().getReferrerPolicy();
|
| webFrame->localRoot()->frameWidget()->startDragging(
|
| policy, dragData, mask, dragImage, dragImageOffset);
|
| }
|
|
|