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

Unified Diff: Source/platform/fonts/Character.cpp

Issue 370523003: Making changes to previous patch with revision Number: 174133 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update TestExpectation file Created 6 years, 5 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 | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/Character.cpp
diff --git a/Source/platform/fonts/Character.cpp b/Source/platform/fonts/Character.cpp
index 52b7904712d6518a6ffbffa04ebe40c06171a055..593e65381a842e5bed3b0bffb41443775219b405 100644
--- a/Source/platform/fonts/Character.cpp
+++ b/Source/platform/fonts/Character.cpp
@@ -101,10 +101,6 @@ CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len
0x1A00, 0x1CFF,
// U+1DC0 through U+1DFF Comining diacritical mark supplement
0x1DC0, 0x1DFF,
- // RIGHT-TO-LEFT MARK
- 0x200B, 0x200F,
- // RIGHT-TO-LEFT OVERRIDE
- 0x202A, 0x202E,
// Nominal Digit Shape
0x2060, 0x206F,
// U+20D0 through U+20FF Combining marks for symbols
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698