| 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 6e4c73225914e8b02dd9198399a50cb8bdce632e..35465fb95de17eaf8d3f4b35992b8da0044c50b7 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -109,7 +109,7 @@ protected:
|
| FrameFetchContext* createChildFrame()
|
| {
|
| childClient = StubFrameLoaderClientWithParent::create(document->frame());
|
| - childFrame = LocalFrame::create(childClient.get(), document->frame()->host(), owner.get());
|
| + childFrame = LocalFrame::create(childClient.get(), document->frame()->host(), owner.get(), nullptr);
|
| childFrame->setView(FrameView::create(childFrame.get(), IntSize(500, 500)));
|
| childFrame->init();
|
| childDocumentLoader = DocumentLoader::create(childFrame.get(), ResourceRequest("http://www.example.com"), SubstituteData());
|
|
|