[Webkit-unassigned] [Bug 153070] [iOS Simulator WK1] ASSERT loading Blink layout test imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-idl.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 08:38:05 PST 2016


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

--- Comment #2 from Eric Carlson <eric.carlson at apple.com> ---
Assert happens when creating a runloop timer on the Web thread. Assert is:

RunLoop& RunLoop::main()
{
    ASSERT(s_mainRunLoop);
    return *s_mainRunLoop;
}

Is it not possible to use a runloop timer on the WebThread?

-- 
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/20160114/cf5f4e91/attachment.html>


More information about the webkit-unassigned mailing list