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

Unified Diff: modules/webdatabase/WorkerGlobalScopeWebDatabase.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/webdatabase/WorkerContextWebDatabase.idl ('k') | modules/webmidi/MIDIAccess.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webdatabase/WorkerGlobalScopeWebDatabase.idl
diff --git a/modules/webdatabase/WorkerContextWebDatabase.idl b/modules/webdatabase/WorkerGlobalScopeWebDatabase.idl
similarity index 97%
rename from modules/webdatabase/WorkerContextWebDatabase.idl
rename to modules/webdatabase/WorkerGlobalScopeWebDatabase.idl
index bcefffaa041a74900f582be66873b6a1eb5837f1..852f1a176eee118779251fbefb1c0152b6e2aa8a 100644
--- a/modules/webdatabase/WorkerContextWebDatabase.idl
+++ b/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);
« no previous file with comments | « modules/webdatabase/WorkerContextWebDatabase.idl ('k') | modules/webmidi/MIDIAccess.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698