| Index: third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkerCacheViews.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkerCacheViews.js b/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkerCacheViews.js
|
| index e9d1b95b353533892ad5ade1ebfcf3270008fa2f..db130b3a2f97049789077f8d42789e0e40da8d8e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkerCacheViews.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkerCacheViews.js
|
| @@ -28,7 +28,7 @@ WebInspector.ServiceWorkerCacheView = function(model, cache)
|
|
|
| this.update(cache);
|
| this._entries = [];
|
| -}
|
| +};
|
|
|
| WebInspector.ServiceWorkerCacheView.prototype = {
|
| /**
|
| @@ -160,4 +160,4 @@ WebInspector.ServiceWorkerCacheView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.SimpleView.prototype
|
| -}
|
| +};
|
|
|