[Webkit-unassigned] [Bug 63923] WebKit::PluginView::m_pendingURLRequestsTimer should use RunLoop::current()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 11:11:41 PDT 2011


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





--- Comment #2 from Anders Carlsson <andersca at apple.com>  2011-07-05 11:11:42 PST ---
(In reply to comment #0)
> I am using WebKit2 with ProcessModel::ProcessModelSharedSecondaryThread.
> 
> When I use Plugin, a crash was invoked.
> 
> I found that WebKit::PluginView::m_pendingURLRequestsTimer use RunLoop::main().
> 
> I think RunLoop::current() is right because WebKit::PluginView should work in WebProcess context.
> 
> 
> Please check this point.

I think it should be I think WebProcess::shared().runLoop().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list