| Index: modules/webdatabase/WindowWebDatabase.idl
|
| diff --git a/modules/webdatabase/WindowWebDatabase.idl b/modules/webdatabase/WindowWebDatabase.idl
|
| index 842c79bf5abafff64a0f42a442a63a236f55e1fb..1459918593f6a4380cc5705af8bb3712c7aa95bd 100644
|
| --- a/modules/webdatabase/WindowWebDatabase.idl
|
| +++ b/modules/webdatabase/WindowWebDatabase.idl
|
| @@ -27,6 +27,6 @@
|
| [
|
| ImplementedAs=DOMWindowWebDatabase
|
| ] partial interface Window {
|
| - [EnabledAtRuntime=database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
|
| + [EnabledAtRuntime=Database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
|
| };
|
|
|
|
|