Index: Source/wtf/text/TextCodecReplacement.cpp |
diff --git a/Source/wtf/text/TextCodecReplacement.cpp b/Source/wtf/text/TextCodecReplacement.cpp |
index c6ec52fd9ae5bf05139da09654dc5284c84e3530..6dca90f0a9aa7bd8c63eee158310b0104c89d99d 100644 |
--- a/Source/wtf/text/TextCodecReplacement.cpp |
+++ b/Source/wtf/text/TextCodecReplacement.cpp |
@@ -48,7 +48,7 @@ String TextCodecReplacement::decode(const char*, size_t, FlushBehavior, bool, bo |
return String(); |
m_sentEOF = true; |
- return String(&Unicode::replacementCharacter, 1); |
+ return String(&Unicode::characterReplacement, 1); |
} |
} // namespace WTF |