| Index: Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
|
| diff --git a/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js b/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
|
| index 163ca55ea3d5b0736662428abc7434c25a443290..09390bcea8c0ac76e2eedf127983bd0b44f801d4 100644
|
| --- a/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js
|
| @@ -17,7 +17,7 @@ WebInspector.EventListenerBreakpointsSidebarPane = function()
|
| this._categoriesTreeOutline = new TreeOutline();
|
| this._categoriesTreeOutline.element.tabIndex = 0;
|
| this._categoriesTreeOutline.element.classList.add("event-listener-breakpoints");
|
| - this.bodyElement.appendChild(this._categoriesTreeOutline.element);
|
| + this.element.appendChild(this._categoriesTreeOutline.element);
|
|
|
| this._categoryItems = [];
|
| // FIXME: uncomment following once inspector stops being drop targer in major ports.
|
|
|