| 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 f55e46de1bc8e156184cf291981cdfc8847e7ba9..7ba35e11522543c49712af2fe84759b3810bf5ca 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -126,7 +126,7 @@ class FrameFetchContextTest : public ::testing::Test {
|
| FrameFetchContext* createChildFrame() {
|
| childClient = StubLocalFrameClientWithParent::create(document->frame());
|
| childFrame = LocalFrame::create(childClient.get(),
|
| - document->frame()->page(), owner.get());
|
| + *document->frame()->page(), owner.get());
|
| childFrame->setView(FrameView::create(*childFrame, IntSize(500, 500)));
|
| childFrame->init();
|
| childDocument = childFrame->document();
|
|
|