| Index: third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ContextFeatures.cpp b/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| index 7dc3b499557a93619ad7dae739ab751e7ce23bc9..beb793004df053096abadac6bf1889ffdf05285c 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| @@ -36,7 +36,7 @@
|
| namespace blink {
|
|
|
| std::unique_ptr<ContextFeaturesClient> ContextFeaturesClient::empty() {
|
| - return makeUnique<ContextFeaturesClient>();
|
| + return WTF::makeUnique<ContextFeaturesClient>();
|
| }
|
|
|
| const char* ContextFeatures::supplementName() {
|
|
|