| Index: Source/core/editing/EditingBehavior.h
|
| diff --git a/Source/core/editing/EditingBehavior.h b/Source/core/editing/EditingBehavior.h
|
| index 262960b6789a441cec1eb011cd755e5f9f0b2164..6c2f994cd6f375799b112bf0ce872aa2bdfe68ee 100644
|
| --- a/Source/core/editing/EditingBehavior.h
|
| +++ b/Source/core/editing/EditingBehavior.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| // On Mac, when processing a contextual click, the object being clicked upon should be selected.
|
| bool shouldSelectOnContextualMenuClick() const { return m_type == EditingMacBehavior; }
|
| -
|
| +
|
| // On Mac and Windows, pressing backspace (when it isn't handled otherwise) should navigate back.
|
| bool shouldNavigateBackOnBackspace() const
|
| {
|
|
|