| Index: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion.html
|
| index 01e08ec9b7fcd83f11d01b1c0b77bb05d625e060..c536f0412324a0cb143023bbc3063b32e795e6aa 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion.html
|
| @@ -5,7 +5,7 @@
|
| <script>
|
| function test()
|
| {
|
| - var cacheStorageModel = SDK.ServiceWorkerCacheModel.fromTarget(SDK.targetManager.mainTarget());
|
| + var cacheStorageModel = InspectorTest.mainTarget.model(SDK.ServiceWorkerCacheModel);
|
| cacheStorageModel.enable();
|
|
|
| function errorAndExit(error)
|
|
|