Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1973)

Unified Diff: Source/wtf/text/TextCodecReplacement.cpp

Issue 1119663002: Making Unicode character names consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code changes to correct Test Expectation Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698