diff options
Diffstat (limited to 'extensions/timers/02_performance.js')
-rw-r--r-- | extensions/timers/02_performance.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/timers/02_performance.js b/extensions/timers/02_performance.js index bca98fdbd..baa1676a2 100644 --- a/extensions/timers/02_performance.js +++ b/extensions/timers/02_performance.js @@ -4,6 +4,8 @@ ((window) => { const { webidl, structuredClone } = window.__bootstrap; const { opNow } = window.__bootstrap.timers; + const { DOMException } = window.__bootstrap.domException; + const illegalConstructorKey = Symbol("illegalConstructorKey"); const customInspect = Symbol.for("Deno.customInspect"); let performanceEntries = []; |