| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
|
| index ff3b7ce04f40662529ed2cf90fb9216e4bb1995a..49f9879626b0c5957c75e64c34215c8e5cccb534 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/controller-on-load.https.html
|
| @@ -18,7 +18,7 @@ t.step(function() {
|
| return wait_for_state(t, registration.installing, 'activated');
|
| }))
|
| .then(t.step_func(function() {
|
| - return with_iframe(scope)
|
| + return with_iframe(scope);
|
| }))
|
| .then(t.step_func(function(f) {
|
| frame = f;
|
|
|