Index: third_party/WebKit/Source/core/dom/SelectorQuery.cpp |
diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.cpp b/third_party/WebKit/Source/core/dom/SelectorQuery.cpp |
index b07c63627047d7e983aa8e59780f950c77e8f249..3154fc200482f4e25cdddee06c24e0a934126e87 100644 |
--- a/third_party/WebKit/Source/core/dom/SelectorQuery.cpp |
+++ b/third_party/WebKit/Source/core/dom/SelectorQuery.cpp |
@@ -592,7 +592,7 @@ void SelectorDataList::execute( |
std::unique_ptr<SelectorQuery> SelectorQuery::adopt( |
CSSSelectorList selectorList) { |
- return wrapUnique(new SelectorQuery(std::move(selectorList))); |
+ return WTF::wrapUnique(new SelectorQuery(std::move(selectorList))); |
} |
SelectorQuery::SelectorQuery(CSSSelectorList selectorList) { |