Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1459)

Unified Diff: Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698