<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#c8">Comment # 8</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;&gt;&gt; Source/WebCore/loader/WorkerThreadableLoader.cpp:93
&gt;&gt;&gt; +    CrossThreadResourceRequestData* requestData = request.copyData().release();
&gt;&gt; 
&gt;&gt; Why do you change auto with CrossThreadResourceRequestData* ?
&gt; 
&gt; I thought that it's not a type of std::unique_ptr but raw pointer, so I changed it back to raw pointer type. Do you think it would be better to use auto* here?</span >

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