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