<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 &quot;columns: auto &lt;length&gt;&quot; 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 &quot;columns: auto &lt;length&gt;&quot; 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&#64;webkit.org" title="Gyuyoung Kim &lt;gyuyoung.kim&#64;webkit.org&gt;"> <span class="fn">Gyuyoung Kim</span></a>
</span></b>
        <pre>Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=249890&amp;action=diff" name="attach_249890" title="Patch">attachment 249890</a> <a href="attachment.cgi?id=249890&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=249890&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=249890&amp;action=review</a>

<span class="quote">&gt;&gt; Source/WebCore/css/CSSParser.cpp:3661
&gt;&gt; +    ASSERT(columnCount || coulmnWidth);
&gt; 
&gt; 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>