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

Unified Diff: Source/WebKit/chromium/src/WebFrameImpl.cpp

Issue 12918021: Merge 145453 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « Source/WebCore/platform/chromium/PopupContainer.cpp ('k') | Source/WebKit/chromium/src/WebNotification.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
===================================================================
--- Source/WebKit/chromium/src/WebFrameImpl.cpp (revision 146131)
+++ Source/WebKit/chromium/src/WebFrameImpl.cpp (working copy)
@@ -879,7 +879,7 @@
// tests pass. If this isn't needed in non-test situations, we should
// consider removing this code and changing the tests.
// http://code.google.com/p/chromium/issues/detail?id=86397
- UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
+ UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
return frame()->script()->executeScript(ScriptSourceCode(source.code, source.url, position)).v8Value();
« no previous file with comments | « Source/WebCore/platform/chromium/PopupContainer.cpp ('k') | Source/WebKit/chromium/src/WebNotification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698