| Index: third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
|
| diff --git a/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html b/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
|
| index f328d6af1343dd8cefe3f6cc938c2cb1eabd973c..9ba299334ed93f509b0a9b070342d9ed65b62e31 100644
|
| --- a/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
|
| +++ b/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
|
| @@ -114,8 +114,8 @@ function prompt_test(index) {
|
| });
|
| window.addEventListener('beforeinstallprompt', event_handler);
|
|
|
| - testRunner.dispatchBeforeInstallPromptEvent(index, ['foo', 'bar'], t.step_func(function(result) {
|
| - testRunner.resolveBeforeInstallPromptPromise(index, test_case.platform);
|
| + testRunner.dispatchBeforeInstallPromptEvent(['foo', 'bar'], t.step_func(function(result) {
|
| + testRunner.resolveBeforeInstallPromptPromise(test_case.platform);
|
| }));
|
|
|
| // Test that firing prompt() outside of the handler resolves or rejects correctly.
|
|
|