| Index: Source/core/editing/MarkupAccumulator.cpp
|
| diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp
|
| index 8030eb932d50f05a307c1acdc9d2820eedf55949..09769d4fbe54a054446f9464043b08e080de6e55 100644
|
| --- a/Source/core/editing/MarkupAccumulator.cpp
|
| +++ b/Source/core/editing/MarkupAccumulator.cpp
|
| @@ -84,7 +84,7 @@ void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result,
|
| { '<', ltReference, EntityLt },
|
| { '>', gtReference, EntityGt },
|
| { '"', quotReference, EntityQuot },
|
| - { noBreakSpace, nbspReference, EntityNbsp },
|
| + { noBreakSpaceCharacter, nbspReference, EntityNbsp },
|
| };
|
|
|
| if (!(offset + length))
|
|
|