<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [CSS MultiColumn] Parse "columns: auto <length>" shorthand property value properly"
href="https://bugs.webkit.org/show_bug.cgi?id=143248#c21">Comment # 21</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [CSS MultiColumn] Parse "columns: auto <length>" shorthand property value properly"
href="https://bugs.webkit.org/show_bug.cgi?id=143248">bug 143248</a>
from <span class="vcard"><a class="email" href="mailto:gyuyoung.kim@webkit.org" title="Gyuyoung Kim <gyuyoung.kim@webkit.org>"> <span class="fn">Gyuyoung Kim</span></a>
</span></b>
<pre>Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=249890&action=diff" name="attach_249890" title="Patch">attachment 249890</a> <a href="attachment.cgi?id=249890&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=249890&action=review">https://bugs.webkit.org/attachment.cgi?id=249890&action=review</a>
<span class="quote">>> Source/WebCore/css/CSSParser.cpp:3661
>> + ASSERT(columnCount || coulmnWidth);
>
> This will fail to compile because of the typo: coulmnWidth.</span >
I missed this one. Why do you remove this ASSERT ?
Don't you need to add below ?
ASSERT(columnCount || columnWidth);</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>