Index: Source/modules/webdatabase/WindowWebDatabase.idl |
diff --git a/Source/modules/webdatabase/WindowWebDatabase.idl b/Source/modules/webdatabase/WindowWebDatabase.idl |
index 5441c1f8602a8d2e95a206f88354311ef2985f93..1fd19f6ac7422482841fc2cddaece28b0b483b97 100644 |
--- a/Source/modules/webdatabase/WindowWebDatabase.idl |
+++ b/Source/modules/webdatabase/WindowWebDatabase.idl |
@@ -25,8 +25,8 @@ |
*/ |
[ |
- ImplementedAs=DOMWindowWebDatabase |
+ ImplementedAs=DOMWindowWebDatabase, |
+ RuntimeEnabled=Database, |
] partial interface Window { |
- [RuntimeEnabled=Database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback); |
+ [MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback); |
}; |
- |