| Index: Source/core/editing/ReplaceSelectionCommand.cpp
|
| diff --git a/Source/core/editing/ReplaceSelectionCommand.cpp b/Source/core/editing/ReplaceSelectionCommand.cpp
|
| index 3202502be38a5d7667866c73ac5e887eaedfa3dd..43e1ab50e876075a3924d5d1d0026a3cf910f6e3 100644
|
| --- a/Source/core/editing/ReplaceSelectionCommand.cpp
|
| +++ b/Source/core/editing/ReplaceSelectionCommand.cpp
|
| @@ -1299,7 +1299,7 @@ bool ReplaceSelectionCommand::shouldPerformSmartReplace() const
|
|
|
| static bool isCharacterSmartReplaceExemptConsideringNonBreakingSpace(UChar32 character, bool previousCharacter)
|
| {
|
| - return isCharacterSmartReplaceExempt(character == noBreakSpace ? ' ' : character, previousCharacter);
|
| + return isCharacterSmartReplaceExempt(character == characterNoBreakSpace ? ' ' : character, previousCharacter);
|
| }
|
|
|
| void ReplaceSelectionCommand::addSpacesForSmartReplace()
|
|
|