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

Unified Diff: Source/web/tests/WebFrameTest.cpp

Issue 543913002: Hook up postMessages to WebRemoteFrameClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix webkit_unit_tests compile 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 | « Source/web/tests/FrameTestHelpers.h ('k') | public/web/WebRemoteFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebFrameTest.cpp
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
index f95fbd23da09a707ec037253a7b93ffb01ad7ec4..6e96aa5234f405997c7a821ff923956fe370ee80 100644
--- a/Source/web/tests/WebFrameTest.cpp
+++ b/Source/web/tests/WebFrameTest.cpp
@@ -6147,7 +6147,7 @@ TEST_F(WebFrameSwapTest, SwapParentShouldDetachChildren)
EXPECT_TRUE(targetFrame);
// Create child frames in the target frame before testing the swap.
- FrameTestHelpers::TestWebFrameClient remoteFrameClient;
+ FrameTestHelpers::TestWebRemoteFrameClient remoteFrameClient;
remoteFrame->createRemoteChild("", &remoteFrameClient);
FrameTestHelpers::TestWebFrameClient client;
« no previous file with comments | « Source/web/tests/FrameTestHelpers.h ('k') | public/web/WebRemoteFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698