| Index: Source/modules/webdatabase/DOMWindowWebDatabase.idl
|
| diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.idl b/Source/modules/webdatabase/DOMWindowWebDatabase.idl
|
| index 62be805487a75668fd10ce74d69fc2262c8d8615..73d423affa9501c2d5728102c9ef7e7acc9851c4 100644
|
| --- a/Source/modules/webdatabase/DOMWindowWebDatabase.idl
|
| +++ b/Source/modules/webdatabase/DOMWindowWebDatabase.idl
|
| @@ -25,6 +25,7 @@
|
| */
|
|
|
| [
|
| + NoInterfaceObject,
|
| Supplemental=DOMWindow
|
| ] interface DOMWindowWebDatabase {
|
| [EnabledAtRuntime, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, [Callback] optional DatabaseCallback creationCallback);
|
|
|