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

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

Issue 11363035: Roll IDLs forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/IDBCursorWithValue.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl b/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl
index 98cc65b3261c0e49339bf7dd5831e09b1a145fb4..01750dcba40a686b3ada6b3c83686f2245a65317 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl
@@ -26,5 +26,5 @@
[
Conditional=INDEXED_DATABASE
] interface IDBCursorWithValue : IDBCursor {
- [V8CustomGetter] readonly attribute IDBAny value;
+ readonly attribute any value;
};

Powered by Google App Engine
This is Rietveld 408576698