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

Unified Diff: Source/devtools/front_end/elements/ElementsSidebarView.js

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css Created 5 years, 6 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: Source/devtools/front_end/elements/ElementsSidebarView.js
diff --git a/Source/devtools/front_end/elements/ElementsSidebarView.js b/Source/devtools/front_end/elements/ElementsSidebarView.js
index 7aafee9574e2edca71b39b796ed6c61c849ad21f..d7f89ff8ed7f1c728ddd57ffcc6dc4fefda4fb0b 100644
--- a/Source/devtools/front_end/elements/ElementsSidebarView.js
+++ b/Source/devtools/front_end/elements/ElementsSidebarView.js
@@ -11,7 +11,7 @@
WebInspector.ElementsSidebarViewWrapperPane = function(title, widget)
{
WebInspector.SidebarPane.call(this, title);
- widget.show(this.bodyElement);
+ widget.show(this.element);
}
WebInspector.ElementsSidebarViewWrapperPane.prototype = {
« no previous file with comments | « Source/devtools/front_end/elements/ElementsPanel.js ('k') | Source/devtools/front_end/elements/EventListenersWidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698