[webkit-reviews] review granted: [Bug 44956] Paginate block-level replaced elements : [Attachment 66060] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 09:09:59 PDT 2010


Adam Roben (aroben) <aroben at apple.com> has granted Dave Hyatt
<hyatt at apple.com>'s request for review:
Bug 44956: Paginate block-level replaced elements
https://bugs.webkit.org/show_bug.cgi?id=44956

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

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
> WebCore/rendering/RenderBlock.cpp:2109
> +    RenderView* v = view();
I think "view" would be a better variable name (you'll have to initialize it
using this->view() to avoid conflicts).

r=me


More information about the webkit-reviews mailing list