<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function.prototype.toString is incorrect for ArrowFunction"
   href="https://bugs.webkit.org/show_bug.cgi?id=148148#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function.prototype.toString is incorrect for ArrowFunction"
   href="https://bugs.webkit.org/show_bug.cgi?id=148148">bug 148148</a>
              from <span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=259368&amp;action=diff" name="attach_259368" title="Patch">attachment 259368</a> <a href="attachment.cgi?id=259368&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/JavaScriptCore/ChangeLog:3
&gt; +        [ES6] Arrow function syntax. Arrow function specific features. Implement correct toString method</span >

This bug title doesn't match the one in the link.

<span class="quote">&gt; Source/JavaScriptCore/ChangeLog:6
&gt; +        Added correct support of toString() method for arrow function</span >

Nit: trailing period.

<span class="quote">&gt; Source/JavaScriptCore/tests/stress/arrowfunction-tostring.js:8
&gt; +var af2 = (a) =&gt; {a + 1};</span >

This test is missing several syntax cases.

<span class="quote">&gt; LayoutTests/ChangeLog:6
&gt; +        Added test of toString() method</span >

Nit: trailing period.</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>