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 0ab358f06eb7dcc20666cde8805407294848fb93..16f6adb4b170da544ff074e66cbc553aaee43266 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -2042,7 +2042,7 @@ void WebLocalFrameImpl::setCommittedFirstRealLoad() { |
void WebLocalFrameImpl::setHasReceivedUserGesture() { |
if (frame()) |
- frame()->document()->setHasReceivedUserGesture(); |
+ frame()->setDocumentHasReceivedUserGesture(); |
} |
void WebLocalFrameImpl::sendOrientationChangeEvent() { |