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