| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 0ee58825db27f027e0cdabfc3c9e2c45ec003595..bbca2fa0c926ed8facc8855c7695deb788d8c8d9 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -109,7 +109,7 @@ class FrameFetchContextTest : public ::testing::Test {
|
| childClient = StubFrameLoaderClientWithParent::create(document->frame());
|
| childFrame = LocalFrame::create(childClient.get(),
|
| document->frame()->host(), owner.get());
|
| - childFrame->setView(FrameView::create(childFrame.get(), IntSize(500, 500)));
|
| + childFrame->setView(FrameView::create(*childFrame, IntSize(500, 500)));
|
| childFrame->init();
|
| childDocumentLoader = DocumentLoader::create(
|
| childFrame.get(), ResourceRequest("http://www.example.com"),
|
|
|