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

Unified Diff: Source/core/html/track/vtt/BufferedLineReaderTest.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/core/html/track/vtt/BufferedLineReader.cpp ('k') | Source/core/html/track/vtt/VTTTokenizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/BufferedLineReaderTest.cpp
diff --git a/Source/core/html/track/vtt/BufferedLineReaderTest.cpp b/Source/core/html/track/vtt/BufferedLineReaderTest.cpp
index d6b2b9c09238bed066bfb2b4ff746686247ce2f8..857a5683ab603aa01a91ed9c70836f948bdb05b4 100644
--- a/Source/core/html/track/vtt/BufferedLineReaderTest.cpp
+++ b/Source/core/html/track/vtt/BufferedLineReaderTest.cpp
@@ -286,7 +286,7 @@ TEST(BufferedLineReader, NormalizedNUL)
reader.append(String("X\0Y\n", 4));
String line;
ASSERT_TRUE(reader.getLine(line));
- ASSERT_EQ(line[1], WTF::Unicode::replacementCharacter);
+ ASSERT_EQ(line[1], replacementCharacter);
}
} // namespace
« no previous file with comments | « Source/core/html/track/vtt/BufferedLineReader.cpp ('k') | Source/core/html/track/vtt/VTTTokenizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698