| 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;
|
|
|