Index: Source/core/editing/HTMLInterchange.cpp |
diff --git a/Source/core/editing/HTMLInterchange.cpp b/Source/core/editing/HTMLInterchange.cpp |
index 0194556908739c608c236def9de22c0b90700e59..c12b57b93ae4d211d67c0e371f3bbe69c64bf134 100644 |
--- a/Source/core/editing/HTMLInterchange.cpp |
+++ b/Source/core/editing/HTMLInterchange.cpp |
@@ -42,7 +42,7 @@ String convertHTMLTextToInterchangeFormat(const String& in, const Text& node) |
return in; |
const char convertedSpaceString[] = "<span class=\"" AppleConvertedSpace "\">\xA0</span>"; |
- static_assert((static_cast<unsigned char>('\xA0') == noBreakSpace), "\\xA0 should be non-breaking space"); |
+ static_assert((static_cast<unsigned char>('\xA0') == noBreakSpaceCharacter), "\\xA0 should be non-breaking space"); |
StringBuilder s; |