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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBFactory.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: third_party/WebCore/Modules/indexeddb/IDBFactory.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBFactory.idl b/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
index 0389eb2aae7e129954d9acf03a59ffbcc7fbaacc..bf71a2dd25d1ff95e26435f4e41f0c41b97672c3 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
@@ -30,7 +30,7 @@ module storage {
] IDBFactory {
[CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames();
- [CallWith=ScriptExecutionContext] IDBRequest open(in DOMString name)
+ [CallWith=ScriptExecutionContext] IDBOpenDBRequest open(in DOMString name, in [Optional] unsigned long long version)
raises (IDBDatabaseException);
[CallWith=ScriptExecutionContext] IDBVersionChangeRequest deleteDatabase(in DOMString name)
raises (IDBDatabaseException);
« no previous file with comments | « third_party/WebCore/Modules/filesystem/DirectoryEntrySync.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBIndex.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698