| Index: Source/core/editing/HTMLInterchange.cpp
|
| diff --git a/Source/core/editing/HTMLInterchange.cpp b/Source/core/editing/HTMLInterchange.cpp
|
| index 0194556908739c608c236def9de22c0b90700e59..ce49dd6f1f5752c817d210613a5cae1f64b862a4 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') == characterNoBreakSpace), "\\xA0 should be non-breaking space");
|
|
|
| StringBuilder s;
|
|
|
|
|