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