| Index: third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
|
| diff --git a/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html b/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
|
| index c6f339fc8413042f0ea8d7c6a6d09f43ad227946..5ed4479a55c61cce1dfbea86539848e84f5ae117 100644
|
| --- a/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
|
| +++ b/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
|
| @@ -9,8 +9,8 @@
|
| <script>
|
|
|
| async_test(t => {
|
| - presentationServiceMock.then(mockService => {
|
| - var button = document.querySelector('button');
|
| + presentationServiceMock.then(mockService => {
|
| + const button = document.querySelector('button');
|
| // This is receiving the user gesture and runs the callback.
|
| waitForClick(() => {
|
| new PresentationRequest('https://example.com').start().then(
|
|
|