diff options
Diffstat (limited to 'ext/web/15_performance.js')
-rw-r--r-- | ext/web/15_performance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/15_performance.js b/ext/web/15_performance.js index 07fa2a01d..d1437c8d7 100644 --- a/ext/web/15_performance.js +++ b/ext/web/15_performance.js @@ -333,6 +333,7 @@ } get timeOrigin() { + webidl.assertBranded(this, PerformancePrototype); return timeOrigin; } |