Skip to content

Commit

Permalink
Update Ink Enhancement patch (#1334)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tidoust committed Sep 9, 2024
1 parent b975efe commit 408ff7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ed/idlpatches/ink-enhancement.idl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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(-)
Expand All @@ -18,7 +19,7 @@ index a20729056..660e2254c 100644

+[Exposed=Window]
interface Ink {
Promise<InkPresenter> requestPresenter(
Promise<DelegatedInkTrailPresenter> requestPresenter(
- optional InkPresenterParam? param = null);
+ optional InkPresenterParam param = {});
};
Expand Down

0 comments on commit 408ff7c

Please sign in to comment.