Chromium Code Reviews| Index: Modules/indexeddb/IDBRequest.idl |
| diff --git a/Modules/indexeddb/IDBRequest.idl b/Modules/indexeddb/IDBRequest.idl |
| index cefdd99c6c7a38abb27a0126154fa9842fe1e664..b6582989fb667c40276129859c8ef96579d897d7 100644 |
| --- a/Modules/indexeddb/IDBRequest.idl |
| +++ b/Modules/indexeddb/IDBRequest.idl |
| @@ -33,7 +33,7 @@ |
| EventTarget, |
| JSNoStaticTables |
| ] interface IDBRequest { |
| - [V8Custom] readonly attribute IDBAny result |
| + readonly attribute IDBAny result |
|
Anton Muhin
2013/03/22 12:04:27
anything we can remove?
Mads Ager (google)
2013/03/22 13:21:08
I'll double check! Thanks.
|
| getter raises (DOMException); |
| readonly attribute DOMError error |
| getter raises (DOMException); |