| Index: third_party/WebKit/Source/core/editing/Selection.idl
|
| diff --git a/third_party/WebKit/Source/core/editing/Selection.idl b/third_party/WebKit/Source/core/editing/Selection.idl
|
| index 51c2879f4dd019f13fe6a95f63ced68cb611bbc0..17fa18497f635f93a72df16ba53ffbfc3997bbfa 100644
|
| --- a/third_party/WebKit/Source/core/editing/Selection.idl
|
| +++ b/third_party/WebKit/Source/core/editing/Selection.idl
|
| @@ -34,7 +34,7 @@
|
| // https://github.com/w3c/selection-api/issues/30
|
| [
|
| ImplementedAs=DOMSelection,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface Selection {
|
| [MeasureAs=SelectionAnchorNode] readonly attribute Node? anchorNode;
|
| [MeasureAs=SelectionAnchorOffset] readonly attribute long anchorOffset;
|
|
|