Index: Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl |
diff --git a/Source/modules/webdatabase/WorkerContextWebDatabase.idl b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl |
similarity index 97% |
rename from Source/modules/webdatabase/WorkerContextWebDatabase.idl |
rename to Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl |
index bcefffaa041a74900f582be66873b6a1eb5837f1..852f1a176eee118779251fbefb1c0152b6e2aa8a 100644 |
--- a/Source/modules/webdatabase/WorkerContextWebDatabase.idl |
+++ b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl |
@@ -24,7 +24,7 @@ |
* |
*/ |
-partial interface WorkerContext { |
+partial interface WorkerGlobalScope { |
[EnabledAtRuntime=database, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback); |
[EnabledAtRuntime=database, RaisesException] DatabaseSync openDatabaseSync(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback); |