Index: Modules/indexeddb/IDBVersionChangeEvent.idl |
diff --git a/Modules/indexeddb/IDBVersionChangeEvent.idl b/Modules/indexeddb/IDBVersionChangeEvent.idl |
index e92192831f49cd947501bf1ae815f2af85f21905..e349114b9e09315a2153d77f2fc8d207df193260 100644 |
--- a/Modules/indexeddb/IDBVersionChangeEvent.idl |
+++ b/Modules/indexeddb/IDBVersionChangeEvent.idl |
@@ -23,10 +23,7 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=INDEXED_DATABASE, |
- JSNoStaticTables |
-] interface IDBVersionChangeEvent : Event { |
+interface IDBVersionChangeEvent : Event { |
readonly attribute IDBAny oldVersion; |
readonly attribute IDBAny newVersion; |
}; |