mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix(ext/web): brand check in performance.timeOrigin
(#14550)
This commit is contained in:
parent
6f082f9d66
commit
2f7f41533b
2 changed files with 2 additions and 3 deletions
|
@ -333,6 +333,7 @@
|
|||
}
|
||||
|
||||
get timeOrigin() {
|
||||
webidl.assertBranded(this, PerformancePrototype);
|
||||
return timeOrigin;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue