Index: Modules/indexeddb/WorkerContextIndexedDatabase.idl |
diff --git a/Modules/indexeddb/WorkerContextIndexedDatabase.idl b/Modules/indexeddb/WorkerContextIndexedDatabase.idl |
index b632a75693e9384b0a69963b8ae7443be3c10ebe..787c04434a82882f24c2c9f78e715f125e7b6136 100644 |
--- a/Modules/indexeddb/WorkerContextIndexedDatabase.idl |
+++ b/Modules/indexeddb/WorkerContextIndexedDatabase.idl |
@@ -25,7 +25,6 @@ |
*/ |
[ |
- Conditional=INDEXED_DATABASE, |
Supplemental=WorkerContext |
] interface WorkerContextIndexedDatabase { |
[ImplementedAs=indexedDB,V8EnabledAtRuntime] readonly attribute IDBFactory webkitIndexedDB; |
@@ -53,4 +52,3 @@ |
attribute IDBTransactionConstructor IDBTransaction; |
attribute IDBVersionChangeEventConstructor IDBVersionChangeEvent; |
}; |
- |