Index: third_party/WebKit/Source/web/WebKit.cpp |
diff --git a/third_party/WebKit/Source/web/WebKit.cpp b/third_party/WebKit/Source/web/WebKit.cpp |
index 9ad32eaa2123ba5803f3632b878e398043a1af26..33b1f4ccc0f09de418e88ee9aa366566b29b4d93 100644 |
--- a/third_party/WebKit/Source/web/WebKit.cpp |
+++ b/third_party/WebKit/Source/web/WebKit.cpp |
@@ -71,7 +71,7 @@ static WebThread::TaskObserver* s_endOfTaskRunner = nullptr; |
static ModulesInitializer& modulesInitializer() { |
DEFINE_STATIC_LOCAL(std::unique_ptr<ModulesInitializer>, initializer, |
- (wrapUnique(new ModulesInitializer))); |
+ (WTF::wrapUnique(new ModulesInitializer))); |
return *initializer; |
} |