diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-08-29 21:33:03 +0900 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-09-01 23:23:57 +0900 |
commit | 5695ee94a570a41d34a69b396db042922f63f516 (patch) | |
tree | c82d0ea21a04d3ee086d52483a237d4c085166f1 /components/script/dom/webidls/PerformanceNavigation.webidl | |
parent | 1af15054e77acb644c573e3252274652c72e7751 (diff) | |
download | servo-5695ee94a570a41d34a69b396db042922f63f516.tar.gz servo-5695ee94a570a41d34a69b396db042922f63f516.zip |
Add [Default] toJSON() to performance interfaces
Diffstat (limited to 'components/script/dom/webidls/PerformanceNavigation.webidl')
-rw-r--r-- | components/script/dom/webidls/PerformanceNavigation.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/PerformanceNavigation.webidl b/components/script/dom/webidls/PerformanceNavigation.webidl index 5a1ccba61f1..3e5cba196f6 100644 --- a/components/script/dom/webidls/PerformanceNavigation.webidl +++ b/components/script/dom/webidls/PerformanceNavigation.webidl @@ -14,5 +14,5 @@ interface PerformanceNavigation { const unsigned short TYPE_RESERVED = 255; readonly attribute unsigned short type; readonly attribute unsigned short redirectCount; - // [Default] object toJSON(); + [Default] object toJSON(); }; |