| Index: third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| index 7550ddb6512637a6bbeb91d5ca1a1404032765f4..6bc2b816ec85912f6aa16b91598d0f7f829f08d4 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| @@ -714,7 +714,7 @@ bool VisibleSelectionTemplate<Strategy>::isContentEditable() const
|
| template <typename Strategy>
|
| bool VisibleSelectionTemplate<Strategy>::hasEditableStyle() const
|
| {
|
| - return isEditablePosition(start(), ContentIsEditable, DoNotUpdateStyle);
|
| + return isEditablePosition(start(), ContentIsEditable);
|
| }
|
|
|
| template <typename Strategy>
|
|
|