From 408ff7c15f3abd425f81b4ccf6be21e05fd5b996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Mon, 9 Sep 2024 15:36:40 +0200 Subject: [PATCH] Update Ink Enhancement patch (#1334) Also link to newly opened PR to automate publication in the repository, which should get us back on our feet and allow us to drop the patch altogether. --- ed/idlpatches/ink-enhancement.idl.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ed/idlpatches/ink-enhancement.idl.patch b/ed/idlpatches/ink-enhancement.idl.patch index a7b0705ab747..1552e3f6fb24 100644 --- a/ed/idlpatches/ink-enhancement.idl.patch +++ b/ed/idlpatches/ink-enhancement.idl.patch @@ -4,6 +4,7 @@ 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(-) @@ -18,7 +19,7 @@ index a20729056..660e2254c 100644 +[Exposed=Window] interface Ink { - Promise requestPresenter( + Promise requestPresenter( - optional InkPresenterParam? param = null); + optional InkPresenterParam param = {}); };