Chromium Code Reviews| 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..c36cb37de3f87bd8d10c18cb774edcaa99057d2b 100644 |
| --- a/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html |
| +++ b/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html |
| @@ -9,7 +9,7 @@ |
| <script> |
| async_test(t => { |
| - presentationServiceMock.then(mockService => { |
| + presentationServiceMock.then(mockService => { |
| var button = document.querySelector('button'); |
|
imcheng
2017/03/13 21:17:55
const?
|
| // This is receiving the user gesture and runs the callback. |
| waitForClick(() => { |