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 60e0cd8323803d3f9ae35e19739a5c6771d4a1ea..a51318b69b7e7266a25f07aef0713ce66a627126 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl |
@@ -28,6 +28,8 @@ |
[ |
Exposed=(Window,Worker) |
] interface IDBFactory { |
+ [CallWith=ScriptState, ImplementedAs=getDatabaseNames, RaisesException, Measure] IDBRequest webkitGetDatabaseNames(); |
+ |
[NewObject, CallWith=ScriptState, RaisesException] IDBOpenDBRequest open(DOMString name, |
[EnforceRange] optional unsigned long long version); |
[NewObject, CallWith=ScriptState, RaisesException] IDBOpenDBRequest deleteDatabase(DOMString name); |