<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [INTL] Implement Intl.NumberFormat.prototype.resolvedOptions ()"
   href="https://bugs.webkit.org/show_bug.cgi?id=147602#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [INTL] Implement Intl.NumberFormat.prototype.resolvedOptions ()"
   href="https://bugs.webkit.org/show_bug.cgi?id=147602">bug 147602</a>
              from <span class="vcard"><a class="email" href="mailto:sukolsak&#64;gmail.com" title="Sukolsak Sakshuwong &lt;sukolsak&#64;gmail.com&gt;"> <span class="fn">Sukolsak Sakshuwong</span></a>
</span></b>
        <pre>I've made several changes to this patch to bring it into line with the Intl.Collator patch (<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [INTL] Implement Collator Compare Functions"
   href="show_bug.cgi?id=147604">Bug 147604</a>).

(In reply to <a href="show_bug.cgi?id=147602#c10">comment #10</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=264455&amp;action=diff" name="attach_264455" title="Patch">attachment 264455</a> <a href="attachment.cgi?id=264455&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=264455&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=264455&amp;action=review</a>
&gt; 
&gt; r=me
&gt; 
&gt; &gt; Source/JavaScriptCore/runtime/IntlNumberFormat.h:87
&gt; &gt; +    unsigned m_minimumIntegerDigits;
&gt; &gt; +    unsigned m_minimumFractionDigits;
&gt; &gt; +    unsigned m_maximumFractionDigits;
&gt; 
&gt; These need initializers.
&gt; 
&gt; &gt; Source/JavaScriptCore/runtime/IntlNumberFormat.h:91
&gt; &gt; +    bool m_useGrouping;
&gt; 
&gt; And this.</span >

Done.

<span class="quote">&gt; &gt; Source/JavaScriptCore/runtime/IntlNumberFormatConstructor.cpp:71
&gt; &gt; +#ifndef NDEBUG
&gt; &gt; +    ASSERT(key == &quot;nu&quot;);
&gt; &gt; +#else
&gt; &gt; +    UNUSED_PARAM(key);
&gt; &gt; +#endif
&gt; 
&gt; You can use ASSERT_UNUSED here instead.</span >

Done.</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>