| Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/test-helpers.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/test-helpers.js b/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/test-helpers.js
|
| index f4145e6217f5fe4d7ce7c1c8124c234838b0c985..cb188730408cf22e65e080f8bd1a84e09f88e9df 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/test-helpers.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/test-helpers.js
|
| @@ -32,7 +32,7 @@
|
| function cache_test(test_function, description) {
|
| promise_test(function(test) {
|
| return create_temporary_cache(test)
|
| - .then(test_function);
|
| + .then(cache => test_function(cache, test));
|
| }, description);
|
| }
|
|
|
|
|