Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2146)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2625773002: Reenable framebusting (Closed)
Patch Set: Pass through FrameReplicationState Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index 00c8ca2d67c0f489f10c7ad4862100d0f336bb41..6a7688b4817567c722a4bd8a62bdb8d39f05bc73 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -442,7 +442,7 @@ WebViewImpl::UserGestureNotifier::UserGestureNotifier(WebViewImpl* view)
WebViewImpl::UserGestureNotifier::~UserGestureNotifier() {
if (!*m_userGestureObserved && m_frame &&
- m_frame->frame()->document()->hasReceivedUserGesture()) {
+ m_frame->frame()->hasReceivedUserGesture()) {
*m_userGestureObserved = true;
if (m_frame && m_frame->autofillClient())
m_frame->autofillClient()->firstUserGestureObserved();
« no previous file with comments | « third_party/WebKit/Source/web/WebUserGestureIndicator.cpp ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698