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

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: Rebase patch 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
« no previous file with comments | « Source/wtf/text/TextCodecICU.cpp ('k') | Source/wtf/text/TextCodecUTF16.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/wtf/text/TextCodecICU.cpp ('k') | Source/wtf/text/TextCodecUTF16.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698