| Index: third_party/WebKit/Source/core/frame/Settings.json5
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
|
| index 56a835b542c3a7b571860d22645143d47c3d9d45..fb80e35663d9ede44f740f3d13fd65b1e84bd488 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.json5
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.json5
|
| @@ -925,5 +925,12 @@
|
| initial: true,
|
| invalidate: "MediaControls",
|
| },
|
| +
|
| + // Whether we should not update selection attributes when mutating selection range.
|
| + // TODO(changwan): remove this flag when we no longer support Android M.
|
| + {
|
| + name: "doNotUpdateSelectionOnMutatingSelectionRange",
|
| + initial: false,
|
| + },
|
| ],
|
| }
|
|
|