Index: third_party/WebKit/Source/core/style/ContentData.h |
diff --git a/third_party/WebKit/Source/core/style/ContentData.h b/third_party/WebKit/Source/core/style/ContentData.h |
index 1e49f6f11cdbfa3170311aa758a5f8b9244b10a8..0b25bccf652d5057debb93c9494df3c5626ec509 100644 |
--- a/third_party/WebKit/Source/core/style/ContentData.h |
+++ b/third_party/WebKit/Source/core/style/ContentData.h |
@@ -151,7 +151,7 @@ class CounterContentData final : public ContentData { |
ContentData* cloneInternal() const override { |
std::unique_ptr<CounterContent> counterData = |
- wrapUnique(new CounterContent(*counter())); |
+ WTF::wrapUnique(new CounterContent(*counter())); |
return create(std::move(counterData)); |
} |