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..8a84ee5d58df63aa141ae8796f924178257ef19c 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.json5 |
+++ b/third_party/WebKit/Source/core/frame/Settings.json5 |
@@ -925,5 +925,11 @@ |
initial: true, |
invalidate: "MediaControls", |
}, |
+ |
+ // Whether we should not update selection attributes when mutating selection range. |
tkent
2017/04/03 02:01:16
We should have a comment that we should remove the
Changwan Ryu
2017/04/03 15:31:49
Done.
|
+ { |
+ name: "doNotUpdateSelectionOnMutatingSelectionRange", |
+ initial: false, |
+ }, |
], |
} |