Index: third_party/WebKit/Source/core/dom/AXObjectCache.cpp |
diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.cpp b/third_party/WebKit/Source/core/dom/AXObjectCache.cpp |
index 0c4349a70033376565054f3468b5ae5cbc8ff56b..ea4747bb5e66b46a27ad3f600219a020b2ffb7bf 100644 |
--- a/third_party/WebKit/Source/core/dom/AXObjectCache.cpp |
+++ b/third_party/WebKit/Source/core/dom/AXObjectCache.cpp |
@@ -52,7 +52,7 @@ AXObjectCache::~AXObjectCache() {} |
std::unique_ptr<ScopedAXObjectCache> ScopedAXObjectCache::create( |
Document& document) { |
- return wrapUnique(new ScopedAXObjectCache(document)); |
+ return WTF::wrapUnique(new ScopedAXObjectCache(document)); |
} |
ScopedAXObjectCache::ScopedAXObjectCache(Document& document) |