| Index: third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js b/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js
|
| index 090a26b10c747108f660d19ed78c44764f9e702c..7170f9a6ac0621332209a1493d1d91db73982500 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js
|
| @@ -6,13 +6,9 @@
|
| * @unrestricted
|
| */
|
| Resources.ClearStorageView = class extends UI.VBox {
|
| - /**
|
| - * @param {!Resources.ResourcesPanel} resourcesPanel
|
| - */
|
| - constructor(resourcesPanel) {
|
| + constructor() {
|
| super(true);
|
|
|
| - this._resourcesPanel = resourcesPanel;
|
| this._reportView = new UI.ReportView(Common.UIString('Clear storage'));
|
| this._reportView.registerRequiredCSS('resources/clearStorageView.css');
|
| this._reportView.element.classList.add('clear-storage-header');
|
|
|