Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading