<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#c17">Comment # 17</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: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>Comment on <span class=""><a href="attachment.cgi?id=266086&amp;action=diff" name="attach_266086" title="Updated patch">attachment 266086</a> <a href="attachment.cgi?id=266086&amp;action=edit" title="Updated patch">[details]</a></span>
Updated patch

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

<span class="quote">&gt;&gt; Source/JavaScriptCore/heap/IncrementalSweeper.cpp:77
&gt;&gt; +    gint64 targetTime = currentTime + std::min&lt;gint64&gt;(G_MAXINT64 - currentTime, delayDuration.count());
&gt; 
&gt; You still need to cast the duration to microseconds.</span >

Oh, right, I forgot the cast. Thanks for the review.</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>