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

Unified Diff: Source/devtools/front_end/BreakpointsSidebarPane.js

Issue 202623004: DevTools: [JSDoc] Fix function bind()-ing against their @this annotations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded code Created 6 years, 9 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 | « Source/devtools/front_end/BreakpointManager.js ('k') | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/devtools/front_end/BreakpointManager.js ('k') | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698