| 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;
|
| };
|
| }
|
|
|