| Index: third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| index fe25f6c203e5be04f32ff4ad5d740b1ed37674fd..33213c072d4c6792654db981877f66dee33339de 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js
|
| @@ -58,7 +58,7 @@ WebInspector.ApplicationCacheItemsView = function(model, frameId)
|
| // FIXME: Status bar items don't work well enough yet, so they are being hidden.
|
| // http://webkit.org/b/41637 Web Inspector: Give Semantics to "Refresh" and "Delete" Buttons in ApplicationCache DataGrid
|
| this._deleteButton.element.style.display = "none";
|
| -}
|
| +};
|
|
|
| WebInspector.ApplicationCacheItemsView.prototype = {
|
| /**
|
| @@ -259,5 +259,5 @@ WebInspector.ApplicationCacheItemsView.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.SimpleView.prototype
|
| -}
|
| +};
|
|
|
|
|