[webkit-reviews] review granted: [Bug 75247] Web Inspector: add more annotations on SDK classes. : [Attachment 120578] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 27 07:13:11 PST 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 75247: Web Inspector: add more annotations on SDK classes.
https://bugs.webkit.org/show_bug.cgi?id=75247

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

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


> Source/WebCore/inspector/front-end/BreakpointManager.js:217
> +	   return this._breakpoints(uiSourceCodeId)[String(lineNumber)];

Doesn't JS compiler allow to us numbers as keys in map?


More information about the webkit-reviews mailing list