| Index: Source/core/editing/ReplaceSelectionCommand.cpp
|
| diff --git a/Source/core/editing/ReplaceSelectionCommand.cpp b/Source/core/editing/ReplaceSelectionCommand.cpp
|
| index 3202502be38a5d7667866c73ac5e887eaedfa3dd..8cf6f6abda8765bdb7b0ba1a213133335dac940d 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 == noBreakSpaceCharacter ? ' ' : character, previousCharacter);
|
| }
|
|
|
| void ReplaceSelectionCommand::addSpacesForSmartReplace()
|
|
|