| Index: Source/platform/text/TextBreakIterator.cpp
|
| diff --git a/Source/platform/text/TextBreakIterator.cpp b/Source/platform/text/TextBreakIterator.cpp
|
| index 6dce824362112a506e1f8a86fe259eaa101e0661..1a4331ad749f39f4c77b82bb6f2a5b6d7068d22d 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 != characterNoBreakSpace;
|
| }
|
|
|
| template<typename CharacterType>
|
|
|