| Index: Source/wtf/text/TextCodecReplacement.cpp
|
| diff --git a/Source/wtf/text/TextCodecReplacement.cpp b/Source/wtf/text/TextCodecReplacement.cpp
|
| index c6ec52fd9ae5bf05139da09654dc5284c84e3530..fd825e97f26139a436f5f4f101b28d69da6ebb3c 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(&replacementCharacter, 1);
|
| }
|
|
|
| } // namespace WTF
|
|
|