| Index: third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js b/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| index 74b1d1141472261a12a81f48b0941f407d3b4825..663e11da9b59c29d8caf9be2727bef8cb219dd36 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js
|
| @@ -126,8 +126,8 @@ Resources.CookieItemsView = class extends UI.SimpleView {
|
| var shownCookies = this._filterCookiesForFilters(this._cookies);
|
| this._cookiesTable.setCookies(shownCookies);
|
| this._emptyWidget.detach();
|
| - this._cookiesTable.show(this.element);
|
| this._filterBar.show(this.element);
|
| + this._cookiesTable.show(this.element);
|
| this._treeElement.subtitle =
|
| String.sprintf(Common.UIString('%d cookies (%s)'), this._cookies.length, Number.bytesToString(this._totalSize));
|
| this._filterButton.setEnabled(true);
|
|
|