| Index: third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| index 5828e73c0693983bc3e45efe77027e8d55929cdc..b9aa72a15cdbc7a645072e979b5dce6b11e0ffbc 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl
|
| @@ -27,7 +27,6 @@
|
|
|
| [
|
| Exposed=(Window,Worker),
|
| - GarbageCollected
|
| ] interface IDBFactory {
|
| [CallWith=ScriptState, ImplementedAs=getDatabaseNames, RaisesException, Measure] IDBRequest webkitGetDatabaseNames();
|
|
|
|
|