Index: third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp b/third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp |
index ba4094a1fbefbe639a02e68d086b6c78f3fcc9ae..b815ed2f4b29957f584ebe65377058f202515787 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp |
+++ b/third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp |
@@ -48,7 +48,7 @@ bool isNonCharacter(int character) { |
std::unique_ptr<TextCodec> TextCodecUTF8::create(const TextEncoding&, |
const void*) { |
- return wrapUnique(new TextCodecUTF8); |
+ return WTF::wrapUnique(new TextCodecUTF8); |
} |
void TextCodecUTF8::registerEncodingNames(EncodingNameRegistrar registrar) { |