From 2f7f41533bf3059bba55b206282080fc70a3eec8 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 10 May 2022 02:31:35 +0200 Subject: fix(ext/web): brand check in `performance.timeOrigin` (#14550) --- ext/web/15_performance.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/web/15_performance.js') 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; } -- cgit v1.2.3