<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Add TypedArray.prototype functionality."
   href="https://bugs.webkit.org/show_bug.cgi?id=148035#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Add TypedArray.prototype functionality."
   href="https://bugs.webkit.org/show_bug.cgi?id=148035">bug 148035</a>
              from <span class="vcard"><a class="email" href="mailto:keith_miller&#64;apple.com" title="Keith Miller &lt;keith_miller&#64;apple.com&gt;"> <span class="fn">Keith Miller</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=259030&amp;action=diff" name="attach_259030" title="Patch">attachment 259030</a> <a href="attachment.cgi?id=259030&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt;&gt; Source/JavaScriptCore/builtins/TypedArray.prototype.js:30
&gt;&gt; +    var length = &#64;typedArrayLength(this);
&gt; 
&gt; I recently unified our style for the builtins to be:
&gt; 
&gt; function functionName(arguments)
&gt; {
&gt;     &quot;use strict&quot;;
&gt; 
&gt;     rest of function goes here
&gt; }
&gt; 
&gt; It would be great if we could keep it consistent.</span >

Fixed.

<span class="quote">&gt;&gt; Source/JavaScriptCore/builtins/TypedArray.prototype.js:98
&gt;&gt; +            return true;
&gt; 
&gt; This for loop should have braces.</span >

Fixed.

<span class="quote">&gt;&gt; Source/JavaScriptCore/runtime/JSGenericTypedArrayViewInlines.h:343
&gt;&gt; +    // This is matching FireFox behavior. In particular, it rejects all attempts to
&gt; 
&gt; This seems unrelated and I don't think it is correct.  Firefox is spelled as one word.</span >

Whoops, I was trying to figure out why that line was appearing in my diff but I couldn't figure it out... That would explain it.</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>