Index: third_party/WebKit/Source/modules/indexeddb/IDBCursor.idl |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.idl b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.idl |
index a0a25f3ef50afb86b5b475fc9f28984edb94c516..5f2613d75ddd63851f3d5edc225fa82015aeba88 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.idl |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.idl |
@@ -36,7 +36,6 @@ enum IDBCursorDirection { |
[ |
Exposed=(Window,Worker), |
- GarbageCollected |
] interface IDBCursor { |
[CallWith=ScriptState] readonly attribute any source; |
readonly attribute IDBCursorDirection direction; |