| 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 9f4e2d9c7e3c0d8522aa49742ad273b0f0658e73..86336bd70034ed14282ef74555f5b2e055d9abeb 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, makeUnique<PagePopupFeaturesClient>());
|
| + provideContextFeaturesTo(*m_page, WTF::makeUnique<PagePopupFeaturesClient>());
|
| DEFINE_STATIC_LOCAL(FrameLoaderClient, emptyFrameLoaderClient,
|
| (EmptyFrameLoaderClient::create()));
|
| LocalFrame* frame =
|
|
|