diff options
Diffstat (limited to 'ext/web/15_performance.js')
-rw-r--r-- | ext/web/15_performance.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/web/15_performance.js b/ext/web/15_performance.js index d1437c8d7..10e014008 100644 --- a/ext/web/15_performance.js +++ b/ext/web/15_performance.js @@ -556,7 +556,9 @@ toJSON() { webidl.assertBranded(this, PerformancePrototype); - return {}; + return { + timeOrigin: this.timeOrigin, + }; } [customInspect](inspect) { |