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 0ed2041db4b5c4d47aed02e0d6022ccb76a8cdf3..c9ac85d0fb635145ae934b78207ec5c7c48562bc 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js |
@@ -46,7 +46,7 @@ WebInspector.ClearStorageView = function(resourcesPanel) |
var footer = this._reportView.appendSection("", "clear-storage-button").appendRow(); |
this._clearButton = createTextButton(WebInspector.UIString("Clear site data"), this._clear.bind(this), WebInspector.UIString("Clear site data")); |
footer.appendChild(this._clearButton); |
-} |
+}; |
WebInspector.ClearStorageView.prototype = { |
@@ -164,4 +164,4 @@ WebInspector.ClearStorageView.prototype = { |
}, |
__proto__: WebInspector.VBox.prototype |
-} |
+}; |