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

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

Issue 1161803005: DevTools: WI.ElementsSidebarViewWrapperPane should append into bodyElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d7f89ff8ed7f1c728ddd57ffcc6dc4fefda4fb0b..7aafee9574e2edca71b39b796ed6c61c849ad21f 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.element);
+ widget.show(this.bodyElement);
}
WebInspector.ElementsSidebarViewWrapperPane.prototype = {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698