Chromium Code Reviews| Index: Modules/indexeddb/IDBRequest.idl |
| diff --git a/Modules/indexeddb/IDBRequest.idl b/Modules/indexeddb/IDBRequest.idl |
| index b6582989fb667c40276129859c8ef96579d897d7..d0fd55afb90225ae34309ef49f723a5b09cd5aff 100644 |
| --- a/Modules/indexeddb/IDBRequest.idl |
| +++ b/Modules/indexeddb/IDBRequest.idl |
| @@ -28,10 +28,8 @@ |
| */ |
| [ |
| - Conditional=INDEXED_DATABASE, |
| ActiveDOMObject, |
| - EventTarget, |
| - JSNoStaticTables |
| + EventTarget |
| ] interface IDBRequest { |
| readonly attribute IDBAny result |
| getter raises (DOMException); |