RESOLVED WONTFIX140898
Web Inspector: DebuggerSidebarPanel: _addBreakpoint function has unnecessary parameter
https://bugs.webkit.org/show_bug.cgi?id=140898
Summary Web Inspector: DebuggerSidebarPanel: _addBreakpoint function has unnecessary ...
Jonathan Wells
Reported 2015-01-26 13:12:24 PST
Near line 310 of the DebuggerSidebarPanel.js file is this call: this._addBreakpoint(breakpoints[i], sourceCode); However this function begins: _addBreakpoint: function(breakpoint, sourceCode) { var sourceCode = breakpoint.sourceCodeLocation.displaySourceCode; Clearly this second parameter is unnecessary.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-01-26 13:12:53 PST
Radar WebKit Bug Importer
Comment 2 2015-01-26 13:12:58 PST
Matt Baker
Comment 3 2016-08-04 17:57:48 PDT
The function in question has changed since this was filed, and this is no longer an issue.
Note You need to log in before you can comment on or make changes to this bug.