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