| 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 f1566961fc34f72d857d989d6142b905854ea194..428b457ac8869812292d2e6d262499e3892d2245 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 = WebInspector.ServiceWorkerCacheModel.fromTarget(WebInspector.targetManager.mainTarget());
|
| + var cacheStorageModel = SDK.ServiceWorkerCacheModel.fromTarget(SDK.targetManager.mainTarget());
|
| cacheStorageModel.enable();
|
|
|
| function errorAndExit(error)
|
|
|