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

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

Issue 10542124: Roll IDL to multivm@603 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: 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 c44996ba0f9acc8faebbcc5d02d468796a6d8613..0389eb2aae7e129954d9acf03a59ffbcc7fbaacc 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBFactory.idl
@@ -28,7 +28,7 @@ module storage {
interface [
Conditional=INDEXED_DATABASE
] IDBFactory {
- [CallWith=ScriptExecutionContext] IDBRequest getDatabaseNames();
+ [CallWith=ScriptExecutionContext, ImplementedAs=getDatabaseNames] IDBRequest webkitGetDatabaseNames();
[CallWith=ScriptExecutionContext] IDBRequest open(in DOMString name)
raises (IDBDatabaseException);
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBDatabaseException.idl ('k') | third_party/WebCore/Modules/quota/DOMWindowQuota.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698