| Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp b/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
|
| index da241d02d8726461a340c3cbe65135dac324bdf0..ff070a8ae44bc2f2cb668efd0af42f6dde1e524f 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
|
| @@ -100,7 +100,7 @@ class BaseAudioContextTest : public ::testing::Test {
|
| void createChildFrame() {
|
| m_childFrame = LocalFrame::create(
|
| MockCrossOriginLocalFrameClient::create(document().frame()),
|
| - document().frame()->host(), m_dummyFrameOwner.get());
|
| + document().frame()->page(), m_dummyFrameOwner.get());
|
| m_childFrame->setView(FrameView::create(*m_childFrame, IntSize(500, 500)));
|
| m_childFrame->init();
|
|
|
|
|