| Index: Source/web/PopupListBox.cpp
|
| diff --git a/Source/web/PopupListBox.cpp b/Source/web/PopupListBox.cpp
|
| index 26a34117b6b19f05093a91e1c7bcd3ce3658eab1..848e1d3be6b0e3b4dffe6981785fb4836a9f27ad 100644
|
| --- a/Source/web/PopupListBox.cpp
|
| +++ b/Source/web/PopupListBox.cpp
|
| @@ -285,7 +285,7 @@ static String stripLeadingWhiteSpace(const String& string)
|
| int length = string.length();
|
| int i;
|
| for (i = 0; i < length; ++i)
|
| - if (string[i] != noBreakSpace
|
| + if (string[i] != noBreakSpaceCharacter
|
| && !isSpaceOrNewline(string[i]))
|
| break;
|
|
|
|
|