<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Use std::unique_ptr instead of PassOwnPtr|OwnPtr for ResourceResponse"
   href="https://bugs.webkit.org/show_bug.cgi?id=143056#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Use std::unique_ptr instead of PassOwnPtr|OwnPtr for ResourceResponse"
   href="https://bugs.webkit.org/show_bug.cgi?id=143056">bug 143056</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=""><a href="attachment.cgi?id=249460&amp;action=diff" name="attach_249460" title="Patch">attachment 249460</a> <a href="attachment.cgi?id=249460&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/WebCore/loader/WorkerThreadableLoader.cpp:93
&gt; +    CrossThreadResourceRequestData* requestData = request.copyData().release();</span >

Why do you change auto with CrossThreadResourceRequestData* ?

<span class="quote">&gt; Source/WebCore/loader/WorkerThreadableLoader.cpp:163
&gt; +    CrossThreadResourceResponseData* responseData = response.copyData().release();</span >

*auto* instead of CrossThreadResourceResponseData* ?</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>