Index: third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js |
index 3d7ac44b2a923819c3b2e0357502161b3a2323db..c80329d1a7cc419f1f0fbebc94263aea68426d0a 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseTableView.js |
@@ -42,7 +42,7 @@ WebInspector.DatabaseTableView = function(database, tableName) |
this.refreshButton.addEventListener("click", this._refreshButtonClicked, this); |
this._visibleColumnsInput = new WebInspector.ToolbarInput(WebInspector.UIString("Visible columns"), 1); |
this._visibleColumnsInput.addEventListener(WebInspector.ToolbarInput.Event.TextChanged, this._onVisibleColumnsChanged, this); |
-} |
+}; |
WebInspector.DatabaseTableView.prototype = { |
wasShown: function() |
@@ -144,4 +144,4 @@ WebInspector.DatabaseTableView.prototype = { |
}, |
__proto__: WebInspector.SimpleView.prototype |
-} |
+}; |