| 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 750b7cd881972dc70c3a1b0a3e9a2f4198948a8a..2b83ad5714484f6cab641241da89f1eebb9ea2b2 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -295,7 +295,7 @@ bool WebPagePopupImpl::initializePage() {
|
| LocalFrame* frame =
|
| LocalFrame::create(&emptyFrameLoaderClient, &m_page->frameHost(), 0);
|
| frame->setPagePopupOwner(m_popupClient->ownerElement());
|
| - frame->setView(FrameView::create(frame));
|
| + frame->setView(FrameView::create(*frame));
|
| frame->init();
|
| frame->view()->setParentVisible(true);
|
| frame->view()->setSelfVisible(true);
|
|
|