| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index d2a3c77303adccd5a79aed6a64e9f5d6c7f45186..26c598a0b82f62d8b57881f3a903032ce9569d65 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -87,8 +87,7 @@ class CORE_EXPORT FrameSelection final
|
| CloseTyping = 1 << 1,
|
| ClearTypingStyle = 1 << 2,
|
| DoNotSetFocus = 1 << 3,
|
| - DoNotUpdateAppearance = 1 << 4,
|
| - DoNotClearStrategy = 1 << 5,
|
| + DoNotClearStrategy = 1 << 4,
|
| };
|
| // Union of values in SetSelectionOption and EUserTriggered
|
| typedef unsigned SetSelectionOptions;
|
|
|