| Index: third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| index b6582989fb667c40276129859c8ef96579d897d7..cefdd99c6c7a38abb27a0126154fa9842fe1e664 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBRequest.idl
|
| @@ -33,7 +33,7 @@
|
| EventTarget,
|
| JSNoStaticTables
|
| ] interface IDBRequest {
|
| - readonly attribute IDBAny result
|
| + [V8Custom] readonly attribute IDBAny result
|
| getter raises (DOMException);
|
| readonly attribute DOMError error
|
| getter raises (DOMException);
|
|
|