[webkit-reviews] review granted: [Bug 40817] Web Inspector: REGRESSION (Safari 5.0-r61382): Image heights are displayed as 0 : [Attachment 72679] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 11:02:10 PDT 2010


Timothy Hatcher <timothy at apple.com> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 40817: Web Inspector: REGRESSION (Safari 5.0-r61382): Image heights are
displayed as 0
https://bugs.webkit.org/show_bug.cgi?id=40817

Attachment 72679: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=72679&action=review

------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=72679&action=review

> WebCore/inspector/front-end/ImageView.js:92
> +	   imagePreviewElement.onload = onImageLoad.bind(this);

Use addEventListener. .onLoad is ugh...


More information about the webkit-reviews mailing list