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

Unified Diff: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.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
« no previous file with comments | « Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
diff --git a/Source/modules/indexeddb/WorkerContextIndexedDatabase.idl b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
similarity index 98%
rename from Source/modules/indexeddb/WorkerContextIndexedDatabase.idl
rename to Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
index bc1c4f3b5895e4155b456a7c5bb0602dbfde6c82..4bcc94581c204896e616aec461005944904cc5aa 100644
--- a/Source/modules/indexeddb/WorkerContextIndexedDatabase.idl
+++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
@@ -24,7 +24,7 @@
*
*/
-partial interface WorkerContext {
+partial interface WorkerGlobalScope {
[ImplementedAs=indexedDB,EnabledAtRuntime=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
attribute IDBCursorConstructor webkitIDBCursor;
« no previous file with comments | « Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698