<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.Collator.prototype.resolvedOptions ()"
   href="https://bugs.webkit.org/show_bug.cgi?id=147601#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [INTL] Implement Intl.Collator.prototype.resolvedOptions ()"
   href="https://bugs.webkit.org/show_bug.cgi?id=147601">bug 147601</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>Thanks for the review!

(In reply to <a href="show_bug.cgi?id=147601#c7">comment #7</a>)
<span class="quote">&gt; Don't forget to add your copyright on the files with significant changes.</span >

Added my copyright to IntlCollatorConstructor.cpp and IntlObject.cpp. These are the source files that I add more than 100 lines.

<span class="quote">&gt; &gt; Source/JavaScriptCore/runtime/IntlCollator.h:74
&gt; &gt; +    bool m_numeric;
&gt; &gt; +    String m_sensitivity;
&gt; &gt; +    bool m_ignorePunctuation;
&gt; 
&gt; Let's move the booleans together to improve packing a bit.</span >

Done.

<span class="quote">&gt; &gt; Source/JavaScriptCore/runtime/IntlCollatorPrototype.cpp:123
&gt; &gt;      // The function returns a new object whose properties and attributes are set as if constructed by an object literal assigning to each of the following properties the value of the corresponding internal slot of this Collator object (see 10.4): locale, usage, sensitivity, ignorePunctuation, collation, as well as those properties shown in Table 1 whose keys are included in the %Collator%[[relevantExtensionKeys]] internal slot of the standard built-in object that is the initial value of Intl.Collator.
&gt; 
&gt; Can you please break this comment over multiple lines?</span >

Done.

<span class="quote">&gt; &gt; Source/JavaScriptCore/runtime/IntlObject.cpp:631
&gt; &gt; +    String locale, noExtensionsLocale;
&gt; 
&gt; Please move noExtensionsLocale to its own line. One statement per
&gt; declaration.</span >

Done.

<span class="quote">&gt; &gt; Source/JavaScriptCore/runtime/IntlObject.cpp:646
&gt; &gt; +            ASSERT(extensionIndex != notFound);
&gt; 
&gt; Let's make that a RELEASE_ASSERT().
&gt; 
&gt; I don't like the idea of a notFound accidentally being used for length
&gt; computation.</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>