[Webkit-unassigned] [Bug 143248] [CSS MultiColumn] Parse "columns: auto <length>" shorthand property value properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 1 23:57:26 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143248

--- Comment #21 from Gyuyoung Kim <gyuyoung.kim at webkit.org> ---
Comment on attachment 249890
  --> https://bugs.webkit.org/attachment.cgi?id=249890
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=249890&action=review

>> Source/WebCore/css/CSSParser.cpp:3661
>> +    ASSERT(columnCount || coulmnWidth);
> 
> This will fail to compile because of the typo: coulmnWidth.

I missed this one. Why do you remove this ASSERT ?

Don't you need to add below ?

ASSERT(columnCount || columnWidth);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150402/107d156d/attachment.html>


More information about the webkit-unassigned mailing list