| Index: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
|
| index aef0931739833ea74cd5b987fb0f503cc720eb13..f9d11beb9f092f9e2ae4760d59832e4cdbab9941 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
|
| @@ -28,7 +28,7 @@ function test()
|
| .then(InspectorTest.addCacheEntry.bind(this, "testCache2", "http://fake.request2.com/2", "Not Found"))
|
| .then(InspectorTest.dumpCacheTree)
|
| .then(InspectorTest.deleteCache.bind(this, "testCache1"))
|
| - .then(InspectorTest.deleteCacheFromInspector.bind(this, "testCache2"))
|
| + .then(InspectorTest.deleteCacheFromInspector.bind(this, "testCache2", undefined))
|
| .then(InspectorTest.dumpCacheTree)
|
| .then(InspectorTest.clearAllCaches)
|
| .then(InspectorTest.completeTest)
|
|
|