Index: Source/devtools/front_end/BreakpointsSidebarPane.js |
diff --git a/Source/devtools/front_end/BreakpointsSidebarPane.js b/Source/devtools/front_end/BreakpointsSidebarPane.js |
index c8f439e8dc058f6018d672a6d6647eb8f4dbd655..9d184d703e48e51c7feed98886a3fdfc2cc19e15 100644 |
--- a/Source/devtools/front_end/BreakpointsSidebarPane.js |
+++ b/Source/devtools/front_end/BreakpointsSidebarPane.js |
@@ -123,7 +123,7 @@ WebInspector.JavaScriptBreakpointsSidebarPane.prototype = { |
} |
} |
- uiLocation.uiSourceCode.requestContent(didRequestContent.bind(this)); |
+ uiLocation.uiSourceCode.requestContent(didRequestContent); |
element._data = uiLocation; |
var currentElement = this.listElement.firstChild; |