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 1dc902ba0cbd0ae00bfc087341edc2a02e93b74b..e8a0a20b43fae36410ff2e50d81ab34c40a8d5a7 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()); |