Index: third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h |
index ae7e5f61f8fc0e161e5546de2291fd675f9f4165..a9556b83277db77c5f201473c73a8f722ac552e6 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h |
@@ -44,7 +44,7 @@ class CORE_EXPORT HTMLTokenizer { |
public: |
static std::unique_ptr<HTMLTokenizer> create( |
const HTMLParserOptions& options) { |
- return wrapUnique(new HTMLTokenizer(options)); |
+ return WTF::wrapUnique(new HTMLTokenizer(options)); |
} |
~HTMLTokenizer(); |