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

Unified Diff: Source/web/WebTestingSupport.cpp

Issue 222203007: Conversion of more places in Blink to use WebLocalFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/web/WebSharedWorkerImpl.cpp ('k') | Source/web/tests/FrameLoaderClientImplTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebTestingSupport.cpp
diff --git a/Source/web/WebTestingSupport.cpp b/Source/web/WebTestingSupport.cpp
index 00d441e0cd252add708e23a99bebbfa05032aa5b..9cf3af49295033f88964d86af0366b0e7826dd84 100644
--- a/Source/web/WebTestingSupport.cpp
+++ b/Source/web/WebTestingSupport.cpp
@@ -32,13 +32,13 @@
namespace blink {
-void WebTestingSupport::injectInternalsObject(WebFrame* frame)
+void WebTestingSupport::injectInternalsObject(WebLocalFrame* frame)
{
v8::HandleScope handleScope(v8::Isolate::GetCurrent());
WebCoreTestSupport::injectInternalsObject(frame->mainWorldScriptContext());
}
-void WebTestingSupport::resetInternalsObject(WebFrame* frame)
+void WebTestingSupport::resetInternalsObject(WebLocalFrame* frame)
{
v8::HandleScope handleScope(v8::Isolate::GetCurrent());
WebCoreTestSupport::resetInternalsObject(frame->mainWorldScriptContext());
« no previous file with comments | « Source/web/WebSharedWorkerImpl.cpp ('k') | Source/web/tests/FrameLoaderClientImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698