From 2fa1d1fad459a1d58546e917c7a30d38b2d7fff8 Mon Sep 17 00:00:00 2001 From: autofoolip Date: Fri, 9 Nov 2018 16:56:53 +0000 Subject: [PATCH] Bug 1503934 [wpt PR 13836] - Update interfaces/hr-time.idl, a=testonly Automatic update from web-platform-testsUpdate interfaces/hr-time.idl (#13836) Source: https://github.com/tidoust/reffy-reports/blob/302154e/whatwg/idl/hr-time.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/449201928 -- wpt-commits: db7f86289e47f0d124593cd27926529a6265ddb3 wpt-pr: 13836 --- testing/web-platform/tests/interfaces/hr-time.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/web-platform/tests/interfaces/hr-time.idl b/testing/web-platform/tests/interfaces/hr-time.idl index 33d602cf971c..0e30c3f150f9 100644 --- a/testing/web-platform/tests/interfaces/hr-time.idl +++ b/testing/web-platform/tests/interfaces/hr-time.idl @@ -13,6 +13,5 @@ interface Performance : EventTarget { }; partial interface mixin WindowOrWorkerGlobalScope { - [Replaceable] - readonly attribute Performance performance; + [Replaceable] readonly attribute Performance performance; };