Web Inspector: update execution line using LiveLocation.
Created attachment 129871 [details] Patch
Comment on attachment 129871 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129871&action=review > Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:547 > + this._exectionLineLiveLocation.dispose(); _execUtionLineLiveLocation typo ^ > Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:548 > + this._exectionLineLiveLocation = null; This logic should be moved to selectedCallFrame setter, so that you don't need to call dispose twice.
Created attachment 129872 [details] Patch
Created attachment 129873 [details] Patch
Comment on attachment 129873 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129873&action=review > Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:559 > + this._executionLineLiveLocation = null; delete this._executionLineLiveLocation ?
Committed r109560: <http://trac.webkit.org/changeset/109560>