| Index: Modules/indexeddb/IDBCursorWithValue.idl
|
| diff --git a/Modules/indexeddb/IDBCursorWithValue.idl b/Modules/indexeddb/IDBCursorWithValue.idl
|
| index 7ee92da021edfd77f1ee35c6fbba1aa3a801cdc1..d170774048d2eced6c2f9c7139c7cafe692e84f2 100644
|
| --- a/Modules/indexeddb/IDBCursorWithValue.idl
|
| +++ b/Modules/indexeddb/IDBCursorWithValue.idl
|
| @@ -23,9 +23,6 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=INDEXED_DATABASE,
|
| - JSNoStaticTables
|
| -] interface IDBCursorWithValue : IDBCursor {
|
| +interface IDBCursorWithValue : IDBCursor {
|
| readonly attribute any value;
|
| };
|
|
|