Commit 2483fb78 authored by Rayan Kanso's avatar Rayan Kanso Committed by Commit Bot

[BackgroundFetch] Fix IDL parameter name for updateUI.

Change-Id: I229ea7ee210aa1a7abe3d7449294d2dcd24ce499
Reviewed-on: https://chromium-review.googlesource.com/1149921Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Commit-Queue: Rayan Kanso <rayankans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577901}
parent 7018442b
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
RuntimeEnabled=BackgroundFetch RuntimeEnabled=BackgroundFetch
] ]
interface BackgroundFetchUpdateEvent : BackgroundFetchSettledEvent { interface BackgroundFetchUpdateEvent : BackgroundFetchSettledEvent {
[CallWith=ScriptState] Promise<void> updateUI(BackgroundFetchUpdateUIOptions title); [CallWith=ScriptState] Promise<void> updateUI(BackgroundFetchUpdateUIOptions options);
}; };
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment