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

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

Issue 10513011: Roll IDL to multivm@576 (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/IDBIndex.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBIndex.idl b/third_party/WebCore/Modules/indexeddb/IDBIndex.idl
index 2fa4ce24b966bb5e35cdcb3a5004d8b114e5bef0..4c3d732f2e3eba2e7993f480019eefd51d9b3323 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 DOMString keyPath;
+ readonly attribute IDBAny keyPath;
readonly attribute boolean unique;
readonly attribute boolean multiEntry;

Powered by Google App Engine
This is Rietveld 408576698