<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Network Cache: Add thread-safe accessors for storage paths"
   href="https://bugs.webkit.org/show_bug.cgi?id=143668#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Network Cache: Add thread-safe accessors for storage paths"
   href="https://bugs.webkit.org/show_bug.cgi?id=143668">bug 143668</a>
              from <span class="vcard"><a class="email" href="mailto:andersca&#64;apple.com" title="Anders Carlsson &lt;andersca&#64;apple.com&gt;"> <span class="fn">Anders Carlsson</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=250639&amp;action=diff" name="attach_250639" title="patch">attachment 250639</a> <a href="attachment.cgi?id=250639&amp;action=edit" title="patch">[details]</a></span>
patch

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

<span class="quote">&gt; Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.cpp:79
&gt; +    // This is safe from any thread.
&gt; +    return StringView(m_baseDirectoryPath).toString();</span >

I think this could just call m_baseDirectoryPath.isolatedCopy() (if m_baseDirectoryPath was kept a String)</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>