From a8221119f2ee6a59cf92e175a320d3fa497684a6 Mon Sep 17 00:00:00 2001 From: autofoolip Date: Thu, 5 Sep 2019 14:47:41 +0000 Subject: [PATCH] Bug 1578637 [wpt PR 18823] - Update interfaces/appmanifest.idl, a=testonly Automatic update from web-platform-tests Update interfaces/appmanifest.idl (#18823) Source: https://github.com/tidoust/reffy-reports/blob/0567d30/whatwg/idl/appmanifest.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/580566995 -- wpt-commits: 42918ac7947eab570cf0621db50dad1802b62d29 wpt-pr: 18823 --- testing/web-platform/tests/interfaces/appmanifest.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/web-platform/tests/interfaces/appmanifest.idl b/testing/web-platform/tests/interfaces/appmanifest.idl index ddfe82dc34d3..4a6425829f23 100644 --- a/testing/web-platform/tests/interfaces/appmanifest.idl +++ b/testing/web-platform/tests/interfaces/appmanifest.idl @@ -3,10 +3,10 @@ // (https://github.com/tidoust/reffy-reports) // Source: Web App Manifest (https://w3c.github.io/manifest/) -[Constructor(DOMString type, optional EventInit eventInitDict = {}), - Exposed=Window] +[Exposed=Window] interface BeforeInstallPromptEvent : Event { - Promise prompt(); + constructor(DOMString type, optional EventInit eventInitDict = {}); + Promise prompt(); }; dictionary PromptResponseObject {