fix(ext/web): brand check in performance.timeOrigin (#14550)

This commit is contained in:
Luca Casonato 2022-05-10 02:31:35 +02:00 committed by GitHub
parent 6f082f9d66
commit 2f7f41533b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -333,6 +333,7 @@
}
get timeOrigin() {
webidl.assertBranded(this, PerformancePrototype);
return timeOrigin;
}