Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h |
index 4a3512485dde4a463beb0dcbfd11d824560bade1..6418ecf870f0d61356e0fe13c352f6d42457dd1b 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h |
@@ -105,8 +105,7 @@ private: |
static bool isWordDelimiter(UChar ch) |
{ |
- return ch == spaceCharacter || ch == tabulationCharacter |
- || ch == '.' || ch == ','; |
+ return ch == spaceCharacter || ch == tabulationCharacter; |
} |
unsigned nextWordEndIndex() |