| 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 f9d11beb9f092f9e2ae4760d59832e4cdbab9941..54fc1a22739e29d7c960196c31d77be675f370e9 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
|
| @@ -5,7 +5,7 @@
|
| <script>
|
| function test()
|
| {
|
| - var cacheStorageModel = WebInspector.ServiceWorkerCacheModel.fromTarget(WebInspector.targetManager.mainTarget());
|
| + var cacheStorageModel = SDK.ServiceWorkerCacheModel.fromTarget(SDK.targetManager.mainTarget());
|
| cacheStorageModel.enable();
|
|
|
| function errorAndExit(error)
|
|
|