Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index 99eacfb6d49300573d9602b448e966ad6beeea73..d790bca6f60068cfee8ab708c76980c445e07d97 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -754,10 +754,7 @@ v8::Handle<v8::Value> WebLocalFrameImpl::executeScriptAndReturnValue(const WebSc |
{ |
ASSERT(frame()); |
- // FIXME: This fake user gesture is required to make a bunch of pyauto |
- // 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 |
+ // TODO: Remove this after blink has rolled and chromium change landed. (crrev.com/516753002) |
UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); |
TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first()); |