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

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

Issue 10443097: Revert "Roll IDL to multivm@567" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 4c3d732f2e3eba2e7993f480019eefd51d9b3323..2fa4ce24b966bb5e35cdcb3a5004d8b114e5bef0 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 DOMString keyPath;
readonly attribute boolean unique;
readonly attribute boolean multiEntry;
« no previous file with comments | « third_party/WebCore/Modules/filesystem/FileWriterSync.idl ('k') | third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698