Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode. See bug 82224 for rationale.
Created attachment 134015 [details] Patch
Comment on attachment 134015 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134015&action=review > Source/WebCore/inspector/front-end/ScriptsPanel.js:285 > + _addBreakpointListeners: function(uiSourceCode) Please add type annotations. > Source/WebCore/inspector/front-end/ScriptsPanel.js:291 > + _removeBreakpointListeners: function(uiSourceCode) ditto
Committed r112266: <http://trac.webkit.org/changeset/112266>