<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [SOUP] Network Cache: Implement ShareableResource for Soup and enable it for GTK platform"
   href="https://bugs.webkit.org/show_bug.cgi?id=144380#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [SOUP] Network Cache: Implement ShareableResource for Soup and enable it for GTK platform"
   href="https://bugs.webkit.org/show_bug.cgi?id=144380">bug 144380</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=144380#c13">comment #13</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=253310&amp;action=diff" name="attach_253310" title="Try to fix IOS build">attachment 253310</a> <a href="attachment.cgi?id=253310&amp;action=edit" title="Try to fix IOS build">[details]</a></span>
&gt; Try to fix IOS build
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=253310&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=253310&amp;action=review</a></span >

Thanks!

<span class="quote">&gt; &gt; Source/WebKit2/Platform/SharedMemory.h:88
&gt; &gt; +    static RefPtr&lt;SharedMemory&gt; wrapMap(void*, size_t, int fileDescriptor);
&gt; 
&gt; This should be #if'd for the platforms it is implemented only.</span >

hmm, right, I guess we should do the same for the create() that is mac only.

<span class="quote">&gt; &gt; Source/WebKit2/Shared/ShareableResource.cpp:85
&gt; &gt; +PassRefPtr&lt;SharedBuffer&gt; ShareableResource::sharedBuffer()
&gt; &gt; +{
&gt; &gt; +    ref(); // Balanced by deref when SharedBuffer is deallocated.
&gt; 
&gt; This is named like an accessor but does some non-accessor like ref tricks.
&gt; Maybe wrapInSharedBuffer()?</span >

I thought about createSharedBuffer but didn't like it either, wrapInSharedBuffer() sounds good to me.</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>