| Index: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data.html b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data.html
|
| index 428b457ac8869812292d2e6d262499e3892d2245..e0fa9b57a3046f5be74ce377f48b4ac196375b24 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data.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)
|
|
|