Index: Source/platform/text/TextBreakIterator.cpp |
diff --git a/Source/platform/text/TextBreakIterator.cpp b/Source/platform/text/TextBreakIterator.cpp |
index 6dce824362112a506e1f8a86fe259eaa101e0661..ec97484b4650a36532906ddba5e4b44967494ada 100644 |
--- a/Source/platform/text/TextBreakIterator.cpp |
+++ b/Source/platform/text/TextBreakIterator.cpp |
@@ -151,7 +151,7 @@ static inline bool shouldBreakAfter(UChar lastCh, UChar ch, UChar nextCh) |
inline bool needsLineBreakIterator(UChar ch) |
{ |
- return ch > asciiLineBreakTableLastChar && ch != noBreakSpace; |
+ return ch > asciiLineBreakTableLastChar && ch != noBreakSpaceCharacter; |
} |
template<typename CharacterType> |