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

Unified Diff: Source/web/WebFrame.cpp

Issue 595713002: Move local frame-only methods out of WebFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « no previous file | Source/web/WebLocalFrameImpl.h » ('j') | public/web/WebLocalFrame.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/web/WebLocalFrameImpl.h » ('j') | public/web/WebLocalFrame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698