Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
index 3422d7cf09ef41938a81d009fb1a83659469ba4d..86e81398162d92dac8c3c8a690f990821b552f65 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl |
@@ -27,7 +27,6 @@ |
[ |
Exposed=(Window,Worker), |
- GarbageCollected, |
] interface IDBObjectStore { |
readonly attribute DOMString name; |
[CallWith=ScriptState] readonly attribute any keyPath; |