aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/PerformanceEntry.webidl
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-08-29 21:33:03 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-09-01 23:23:57 +0900
commit5695ee94a570a41d34a69b396db042922f63f516 (patch)
treec82d0ea21a04d3ee086d52483a237d4c085166f1 /components/script/dom/webidls/PerformanceEntry.webidl
parent1af15054e77acb644c573e3252274652c72e7751 (diff)
downloadservo-5695ee94a570a41d34a69b396db042922f63f516.tar.gz
servo-5695ee94a570a41d34a69b396db042922f63f516.zip
Add [Default] toJSON() to performance interfaces
Diffstat (limited to 'components/script/dom/webidls/PerformanceEntry.webidl')
-rw-r--r--components/script/dom/webidls/PerformanceEntry.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/PerformanceEntry.webidl b/components/script/dom/webidls/PerformanceEntry.webidl
index 23f2f9c155a..5f6fee1cabd 100644
--- a/components/script/dom/webidls/PerformanceEntry.webidl
+++ b/components/script/dom/webidls/PerformanceEntry.webidl
@@ -12,6 +12,5 @@ interface PerformanceEntry {
readonly attribute DOMString entryType;
readonly attribute DOMHighResTimeStamp startTime;
readonly attribute DOMHighResTimeStamp duration;
-
- // [Default] object toJSON();
+ [Default] object toJSON();
};