summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl b/chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl
index b3bdfbb41d9..47a8172f4a6 100644
--- a/chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl
+++ b/chromium/third_party/blink/renderer/modules/indexeddb/idb_version_change_event.idl
@@ -29,9 +29,9 @@
enum IDBDataLossAmount { "none", "total" };
[
- Exposed=(Window,Worker),
- Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict)
+ Exposed=(Window,Worker)
] interface IDBVersionChangeEvent : Event {
+ constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict = {});
readonly attribute unsigned long long oldVersion;
readonly attribute unsigned long long? newVersion;