<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GLIB] Implement garbage collector timers"
   href="https://bugs.webkit.org/show_bug.cgi?id=151391#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GLIB] Implement garbage collector timers"
   href="https://bugs.webkit.org/show_bug.cgi?id=151391">bug 151391</a>
              from <span class="vcard"><a class="email" href="mailto:zan&#64;falconsigh.net" title="Zan Dobersek &lt;zan&#64;falconsigh.net&gt;"> <span class="fn">Zan Dobersek</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=151391#c10">comment #10</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=151391#c9">comment #9</a>)
&gt; &gt; Comment on <span class=""><a href="attachment.cgi?id=265749&amp;action=diff" name="attach_265749" title="Patch">attachment 265749</a> <a href="attachment.cgi?id=265749&amp;action=edit" title="Patch">[details]</a></span>
&gt; &gt; Patch
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; <a href="https://bugs.webkit.org/attachment.cgi?id=265749&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=265749&amp;action=review</a>
&gt; &gt; 
&gt; &gt; &gt;&gt;&gt; Source/JavaScriptCore/heap/EdenGCActivityCallback.cpp:33
&gt; &gt; &gt;&gt;&gt; +#if USE(CF) || USE(GLIB)
&gt; &gt; &gt;&gt; 
&gt; &gt; &gt;&gt; Is USE(GLIB) also true for EFL? I wonder if it wouldn't be better to be more explicit here for the sake of code readability and leave this as:
&gt; &gt; &gt;&gt; 
&gt; &gt; &gt;&gt; #if USE(CF) || PLATFORM(EFL) || USE(GLIB)
&gt; &gt; &gt; 
&gt; &gt; &gt; Yes, it's true.
&gt; &gt; 
&gt; &gt; Why USE(GLIB) then? It's true for both EFL and GTK, but the implementations
&gt; &gt; of HeapTimer differ for the two ports.
&gt; &gt; 
&gt; &gt; Since all these classes are based on HeapTimer, I think the PLATFORM(EFL) ||
&gt; &gt; PLATFORM(GTK) should be used throughout this patch, instead of bundling them
&gt; &gt; under USE(GLIB).
&gt; 
&gt; Because this would work for any other port using glib, like WebKit4Wayland,
&gt; EFL is the exception here, not glib.
&gt; </span >

Makes me wish for USE(ECORE) then.</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>