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 9be271a20d9f810713a3998c6197a8df428e9d0b..fef4a9761e945621db51cc9cbbceda6c52765199 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()); |