[webkit-reviews] review granted: [Bug 50745] Web Inspector: refactoring: make selected call frame a debugger model property : [Attachment 77227] All comments addressed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 05:11:03 PST 2010


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 50745: Web Inspector: refactoring: make selected call frame a debugger
model property
https://bugs.webkit.org/show_bug.cgi?id=50745

Attachment 77227: All comments addressed.
https://bugs.webkit.org/attachment.cgi?id=77227&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=77227&action=review

> WebCore/inspector/front-end/DebuggerModel.js:193
> +	   this._selectedCallFrameIndex = 0;

These two lines can be replaced with this.selectedCallFrameIndex = 0;


More information about the webkit-reviews mailing list