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

Unified Diff: modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/indexeddb/WorkerContextIndexedDatabase.idl ('k') | modules/mediasource/MediaSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
diff --git a/modules/indexeddb/WorkerContextIndexedDatabase.idl b/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
similarity index 98%
rename from modules/indexeddb/WorkerContextIndexedDatabase.idl
rename to modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl
index bc1c4f3b5895e4155b456a7c5bb0602dbfde6c82..4bcc94581c204896e616aec461005944904cc5aa 100644
--- a/modules/indexeddb/WorkerContextIndexedDatabase.idl
+++ b/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 | « modules/indexeddb/WorkerContextIndexedDatabase.idl ('k') | modules/mediasource/MediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698