mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05: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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1178,14 +1178,12 @@
|
|||
"idlharness.any.html": [
|
||||
"Performance interface: existence and properties of interface object",
|
||||
"Performance interface: existence and properties of interface prototype object",
|
||||
"Performance interface: attribute timeOrigin",
|
||||
"Performance interface: default toJSON operation on performance",
|
||||
"Window interface: attribute performance"
|
||||
],
|
||||
"idlharness.any.worker.html": [
|
||||
"Performance interface: existence and properties of interface object",
|
||||
"Performance interface: existence and properties of interface prototype object",
|
||||
"Performance interface: attribute timeOrigin",
|
||||
"Performance interface: default toJSON operation on performance",
|
||||
"WorkerGlobalScope interface: attribute performance",
|
||||
"WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type"
|
||||
|
@ -4635,4 +4633,4 @@
|
|||
"idlharness.https.any.worker.html": true,
|
||||
"idlharness-shadowrealm.window.html": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue