| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 0cb62fd8e335545ffaf00c793c0686c16e556e38..9e98de5d72e5539bce17f54dd4bc664809b150ca 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2047,7 +2047,7 @@ void WebLocalFrameImpl::setCommittedFirstRealLoad() {
|
|
|
| void WebLocalFrameImpl::setHasReceivedUserGesture() {
|
| if (frame())
|
| - frame()->document()->setHasReceivedUserGesture();
|
| + frame()->setDocumentHasReceivedUserGesture();
|
| }
|
|
|
| void WebLocalFrameImpl::sendOrientationChangeEvent() {
|
|
|