Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js

Issue 2152093002: DevTools: fix compilation for the VBoxes with toolbar items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
index 55cf8d312cc1c2cee007f8dd60d6fb98b419e257..e231bcf18e89a7fa1779075baa1b9f2e4d01e788 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
+++ b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
@@ -53,14 +53,6 @@ WebInspector.DatabaseQueryView.Events = {
}
WebInspector.DatabaseQueryView.prototype = {
- /**
- * @return {!Array.<!WebInspector.ToolbarItem>}
- */
- toolbarItems: function()
- {
- return [];
- },
-
_messagesClicked: function()
{
if (!this._prompt.isCaretInsidePrompt() && this.element.isComponentSelectionCollapsed())

Powered by Google App Engine
This is Rietveld 408576698