| Index: third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html b/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| index bea62b8a2d0efd87339608391add2e0a31d3f14d..b85ba315d6a72b3284105f89b0bd4f9c3c02b4e2 100644
|
| --- a/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| @@ -3,6 +3,6 @@
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script>
|
| test(function() {
|
| - testRunner.resolveBeforeInstallPromptPromise(0, 'foo');
|
| + testRunner.resolveBeforeInstallPromptPromise('foo');
|
| }, 'Test that calling resolveBeforeInstallPromptPromise does not crash');
|
| </script>
|
|
|