[Webkit-unassigned] [Bug 170391] Implement PromiseDeferredTimer for non CF based ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 2 17:40:30 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170391

--- Comment #3 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 306055
  --> https://bugs.webkit.org/attachment.cgi?id=306055
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=306055&action=review

> Source/JavaScriptCore/runtime/PromiseDeferredTimer.cpp:-85
> +#if USE(CF)
>          CFRunLoopRun();
> -}

It's unnecessary since we already have the assertion that CFRunLoopGetCurrent() == m_runLoop.get(). So, RunLoop::run() drives current thread RunLoop and it is OK for all the ports.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170403/9ebac7d0/attachment-0001.html>


More information about the webkit-unassigned mailing list