<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Split calculateCacheSizes in two methods"
   href="https://bugs.webkit.org/show_bug.cgi?id=160237#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Split calculateCacheSizes in two methods"
   href="https://bugs.webkit.org/show_bug.cgi?id=160237">bug 160237</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=160237#c6">comment #6</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=284758&amp;action=diff" name="attach_284758" title="Updated patch">attachment 284758</a> <a href="attachment.cgi?id=284758&amp;action=edit" title="Updated patch">[details]</a></span>
&gt; Updated patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=284758&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=284758&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/mac/FileSystemMac.mm:105
&gt; &gt; +    NSDictionary *fileSystemAttributesDictionary = [[NSFileManager defaultManager] attributesOfFileSystemForPath:(NSString *)path error:NULL];
&gt; &gt; +    freeSpace = [[fileSystemAttributesDictionary objectForKey:NSFileSystemFreeSize] unsignedLongLongValue];
&gt; &gt; +    return true;
&gt; 
&gt; If fileSystemAttributesDictionary is nil, then the function failed, and
&gt; should return false.</span >

Ah, ok.

<span class="quote">&gt; It’s funny that Apple API uses the term &quot;file system free size&quot;, the same
&gt; term I asked you to stop using here!</span >

Yes, I guess that's where the original function name came from actually, I just added the ForPath suffix to make it even worse :-P</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>