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

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

Issue 10590003: Roll IDL to multivm@615 (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/IDBCursorWithValue.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl b/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl
index 6ffc5b55481af07c5a79e8e5bdad5b2eee05ee66..512ea405e44a91c576136544d7b53eaf12f80075 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBCursorWithValue.idl
@@ -28,6 +28,6 @@ module storage {
interface [
Conditional=INDEXED_DATABASE
] IDBCursorWithValue : IDBCursor {
- readonly attribute IDBAny value;
+ readonly attribute [V8CustomGetter] IDBAny value;
};
}

Powered by Google App Engine
This is Rietveld 408576698