Index: Modules/indexeddb/IDBCursor.idl |
diff --git a/Modules/indexeddb/IDBCursor.idl b/Modules/indexeddb/IDBCursor.idl |
index 4b6265b428f26e91fc07bb8b5c2215d7dc42348b..9ecaa8a45bea2661633d972949df5a4df75a2353 100644 |
--- a/Modules/indexeddb/IDBCursor.idl |
+++ b/Modules/indexeddb/IDBCursor.idl |
@@ -23,10 +23,7 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=INDEXED_DATABASE, |
- JSNoStaticTables |
-] interface IDBCursor { |
+interface IDBCursor { |
readonly attribute DOMString direction; |
readonly attribute any key; |