Index: Modules/indexeddb/IDBAny.idl |
diff --git a/Modules/indexeddb/IDBAny.idl b/Modules/indexeddb/IDBAny.idl |
index a200ee2565f70b1910213c1021139c7a02ba75e5..7960e8f0f8dd80f8212fc2b0fc4c7c8b5b4c3d3e 100644 |
--- a/Modules/indexeddb/IDBAny.idl |
+++ b/Modules/indexeddb/IDBAny.idl |
@@ -24,10 +24,8 @@ |
*/ |
[ |
- Conditional=INDEXED_DATABASE, |
CustomToJSObject, |
- V8NoWrapperCache, |
- JSNoStaticTables |
+ V8NoWrapperCache |
] interface IDBAny { |
// This space is intentionally left blank. |
}; |