Index: Source/web/PopupListBox.cpp |
diff --git a/Source/web/PopupListBox.cpp b/Source/web/PopupListBox.cpp |
index e8d0f35d05a4ee11eae6dc4275d0fe4d40a1a872..4a47f3366b63b8e9519912ed080763cfbafe7070 100644 |
--- a/Source/web/PopupListBox.cpp |
+++ b/Source/web/PopupListBox.cpp |
@@ -286,7 +286,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; |