[webkit-reviews] review granted: [Bug 72591] Remove document.width / document.height : [Attachment 115928] Updated patch as per review comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 20:05:11 PST 2011


Adam Barth <abarth at webkit.org> has granted Vineet Chaudhary (vineetc)
<rgf748 at motorola.com>'s request for review:
Bug 72591: Remove document.width / document.height
https://bugs.webkit.org/show_bug.cgi?id=72591

Attachment 115928: Updated patch as per review comments
https://bugs.webkit.org/attachment.cgi?id=115928&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=115928&action=review


> LayoutTests/fast/dom/document-width-height-force-layout.html:15
> -	       log("document.width = " + document.width);
> -	       log("document.height = " + document.height);
> +	       log("document.width = " + document.body.clientWidth);
> +	       log("document.height = " + document.body.clientHeight);

I would have updated the left side of these log functions too.


More information about the webkit-reviews mailing list