| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index 46728a9bcf44dcfd0d7d6c0fbaf5d5e66b33ce38..f51789867ce685212987d2c15764baa33b8496db 100644
|
| --- a/Source/web/WebPagePopupImpl.cpp
|
| +++ b/Source/web/WebPagePopupImpl.cpp
|
| @@ -209,8 +209,8 @@ bool WebPagePopupImpl::initializePage()
|
| m_page->settings().setDeviceSupportsTouch(m_webView->page()->settings().deviceSupportsTouch());
|
|
|
| provideContextFeaturesTo(*m_page, adoptPtr(new PagePopupFeaturesClient()));
|
| - static FrameLoaderClient* emptyFrameLoaderClient = new EmptyFrameLoaderClient();
|
| - RefPtr<LocalFrame> frame = LocalFrame::create(emptyFrameLoaderClient, &m_page->frameHost(), 0);
|
| + static FrameLoaderClient* emptyFrameLoaderClient = new EmptyFrameLoaderClient();
|
| + RefPtrWillBeRawPtr<LocalFrame> frame = LocalFrame::create(emptyFrameLoaderClient, &m_page->frameHost(), 0);
|
| // FIXME: Call frame->setPagePopupOwner with m_popupClient->ownerElement().
|
| frame->setView(FrameView::create(frame.get()));
|
| frame->init();
|
|
|