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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBIndex.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/IDBIndex.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBIndex.idl b/third_party/WebCore/Modules/indexeddb/IDBIndex.idl
index dd3166ad7acd051db2a71c1c623e460eb96ad3a2..cb2e083b528e5bcf4286c950e41ec1ce9c57405a 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBIndex.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBIndex.idl
@@ -30,7 +30,7 @@ module storage {
] IDBIndex {
readonly attribute DOMString name;
readonly attribute IDBObjectStore objectStore;
- readonly attribute IDBAny keyPath;
+ readonly attribute [ImplementedAs=keyPathAny] IDBAny keyPath;
readonly attribute boolean unique;
readonly attribute boolean multiEntry;
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBFactory.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698