| 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 7466f32cdc6097f12862a8a37aec5d8706474652..750f9debdfc68d1578f1005d6b6177c9b26461fa 100644
|
| --- a/third_party/WebKit/Source/core/editing/Selection.idl
|
| +++ b/third_party/WebKit/Source/core/editing/Selection.idl
|
| @@ -32,7 +32,7 @@
|
| // TODO(yoichio): All long types should be unsigned long. crbug.com/391673
|
| [
|
| ImplementedAs=DOMSelection,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface Selection {
|
| [MeasureAs=SelectionAnchorNode] readonly attribute Node? anchorNode;
|
| [MeasureAs=SelectionAnchorOffset] readonly attribute long anchorOffset;
|
|
|