From bbda35a4fae2519370527d8ea537674f98f8256e Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 16 Sep 2024 16:11:12 +0200 Subject: [PATCH] Drop IDL patch for Ink Enhancement Spec now fixed. --- ed/idlpatches/ink-enhancement.idl.patch | 30 ------------------------- 1 file changed, 30 deletions(-) delete mode 100644 ed/idlpatches/ink-enhancement.idl.patch diff --git a/ed/idlpatches/ink-enhancement.idl.patch b/ed/idlpatches/ink-enhancement.idl.patch deleted file mode 100644 index 1552e3f6fb24..000000000000 --- a/ed/idlpatches/ink-enhancement.idl.patch +++ /dev/null @@ -1,30 +0,0 @@ -From e3ef0262816806a50937e31330f4bc80ca46ff21 Mon Sep 17 00:00:00 2001 -From: Francois Daoust -Date: Tue, 7 Sep 2021 16:52:30 +0200 -Subject: [PATCH] Add missing Exposed and fix nullable dictionary argument - -https://github.com/WICG/ink-enhancement/pull/32 -https://github.com/WICG/ink-enhancement/pull/37 ---- - ed/idl/ink-enhancement.idl | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/ed/idl/ink-enhancement.idl b/ed/idl/ink-enhancement.idl -index a20729056..660e2254c 100644 ---- a/ed/idl/ink-enhancement.idl -+++ b/ed/idl/ink-enhancement.idl -@@ -3,9 +3,10 @@ - // (https://github.com/w3c/webref) - // Source: Ink API (https://wicg.github.io/ink-enhancement/) - -+[Exposed=Window] - interface Ink { - Promise requestPresenter( -- optional InkPresenterParam? param = null); -+ optional InkPresenterParam param = {}); - }; - - dictionary InkPresenterParam { --- -2.33.0.windows.2 -