[webkit-reviews] review granted: [Bug 94945] [New Multicolumn] Plumbing to prepare for painting and hit testing implementation : [Attachment 160438] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 09:50:08 PDT 2012


mitz at webkit.org has granted Dave Hyatt <hyatt at apple.com>'s request for review:
Bug 94945: [New Multicolumn] Plumbing to prepare for painting and hit testing
implementation
https://bugs.webkit.org/show_bug.cgi?id=94945

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=160438&action=review


> Source/WebCore/rendering/RenderMultiColumnSet.cpp:172
> -    if (!columnCount())
> +    unsigned colCount = columnCount();
> +    if (!colCount)

?


More information about the webkit-reviews mailing list