| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index defe1a1b0fc2ba06d2743742263eabb2b12ef3e3..20792f98de7299cd43c2e589eced2f4b2e4fddde 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -307,7 +307,7 @@ bool WebPagePopupImpl::initializePage() {
|
| provideContextFeaturesTo(*m_page, WTF::makeUnique<PagePopupFeaturesClient>());
|
| DEFINE_STATIC_LOCAL(LocalFrameClient, emptyLocalFrameClient,
|
| (EmptyLocalFrameClient::create()));
|
| - LocalFrame* frame = LocalFrame::create(&emptyLocalFrameClient, m_page, 0);
|
| + LocalFrame* frame = LocalFrame::create(&emptyLocalFrameClient, *m_page, 0);
|
| frame->setPagePopupOwner(m_popupClient->ownerElement());
|
| frame->setView(FrameView::create(*frame));
|
| frame->init();
|
|
|