| Index: Source/core/editing/MarkupAccumulator.cpp
|
| diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp
|
| index 8030eb932d50f05a307c1acdc9d2820eedf55949..e467357739ad3575ca214f75ad2b814c1371f21e 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 },
|
| + { characterNoBreakSpace, nbspReference, EntityNbsp },
|
| };
|
|
|
| if (!(offset + length))
|
|
|