| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js | 
| index 6b9f28100f4498514010fd8be0857fb4182d24c3..88a0cb411d13d42c7cb81529d585fd6c39cff1d9 100644 | 
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js | 
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js | 
| @@ -8,7 +8,7 @@ | 
| Sources.JavaScriptBreakpointsSidebarPane = class extends UI.ThrottledWidget { | 
| constructor() { | 
| super(true); | 
| -    this.registerRequiredCSS('components/breakpointsList.css'); | 
| +    this.registerRequiredCSS('sources/javaScriptBreakpointsSidebarPane.css'); | 
|  | 
| this._breakpointManager = Bindings.breakpointManager; | 
| this._breakpointManager.addEventListener(Bindings.BreakpointManager.Events.BreakpointAdded, this.update, this); | 
|  |