| Index: third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js | 
| index 42f6ec88f65f105ad94a92b134968366885871b1..2cb5e9435b2156b857b0e88d841f2ef7d498d89d 100644 | 
| --- a/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js | 
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js | 
| @@ -7,8 +7,6 @@ | 
| Sources.EventListenerBreakpointsSidebarPane = class extends UI.VBox { | 
| constructor() { | 
| super(true); | 
| -    this.registerRequiredCSS('components/breakpointsList.css'); | 
| - | 
| this._categoriesTreeOutline = new UI.TreeOutlineInShadow(); | 
| this._categoriesTreeOutline.element.tabIndex = 0; | 
| this._categoriesTreeOutline.registerRequiredCSS('sources/eventListenerBreakpoints.css'); | 
|  |