| 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 e41a86be8aa332207b6cdbbe12332332e7578a89..750b7cd881972dc70c3a1b0a3e9a2f4198948a8a 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -289,7 +289,7 @@ bool WebPagePopupImpl::initializePage() {
|
| m_page->settings().setScrollAnimatorEnabled(
|
| mainSettings.scrollAnimatorEnabled());
|
|
|
| - provideContextFeaturesTo(*m_page, wrapUnique(new PagePopupFeaturesClient()));
|
| + provideContextFeaturesTo(*m_page, makeUnique<PagePopupFeaturesClient>());
|
| DEFINE_STATIC_LOCAL(FrameLoaderClient, emptyFrameLoaderClient,
|
| (EmptyFrameLoaderClient::create()));
|
| LocalFrame* frame =
|
|
|