| Index: Source/web/WebFrame.cpp
|
| diff --git a/Source/web/WebFrame.cpp b/Source/web/WebFrame.cpp
|
| index 826f69d06bb99574a13a752590594315a9d81917..06be0452facc4effd9b160b23bc26ef5f219dcd8 100644
|
| --- a/Source/web/WebFrame.cpp
|
| +++ b/Source/web/WebFrame.cpp
|
| @@ -87,16 +87,6 @@ bool WebFrame::swap(WebFrame* frame)
|
| return true;
|
| }
|
|
|
| -v8::Handle<v8::Value> WebFrame::executeScriptAndReturnValueForTests(const WebScriptSource& source)
|
| -{
|
| - // FIXME: This fake UserGestureIndicator is required for a bunch of browser
|
| - // tests to pass. We should update the tests to simulate input and get rid
|
| - // of this.
|
| - // http://code.google.com/p/chromium/issues/detail?id=86397
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
| - return executeScriptAndReturnValue(source);
|
| -}
|
| -
|
| WebFrame* WebFrame::opener() const
|
| {
|
| return m_opener;
|
|
|