[webkit-reviews] review granted: [Bug 57229] Web Inspector: execution line is displayed incorrectly after source editing. : [Attachment 87331] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 08:37:54 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Adaikin
<aandrey at chromium.org>'s request for review:
Bug 57229: Web Inspector: execution line is displayed incorrectly after source
editing.
https://bugs.webkit.org/show_bug.cgi?id=57229

Attachment 87331: Patch
https://bugs.webkit.org/attachment.cgi?id=87331&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=87331&action=review

> Source/WebCore/inspector/front-end/SourceFrame.js:188
> +	   if (this._executionLineNumber !== undefined) {

I often use typeof this._executionLineNumber === "number" in such cases


More information about the webkit-reviews mailing list