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