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 6e2f3bb7abe28c04bb2de0b01d4e0fc56bbc694a..c674334d273da0dab11e7326225d345d82400357 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js |
@@ -42,7 +42,7 @@ Resources.ClearStorageView = class extends UI.VBox { |
SDK.targetManager.observeTargets(this, SDK.Target.Capability.Browser); |
var footer = this._reportView.appendSection('', 'clear-storage-button').appendRow(); |
- this._clearButton = createTextButton( |
+ this._clearButton = UI.createTextButton( |
Common.UIString('Clear site data'), this._clear.bind(this), Common.UIString('Clear site data')); |
footer.appendChild(this._clearButton); |
} |