[Webkit-unassigned] [Bug 55402] loaderRunLoop() should use synchronization instead of while loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 21:16:57 PDT 2012


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





--- Comment #8 from Pratik Solanki <psolanki at apple.com>  2012-10-18 21:17:52 PST ---
(From update of attachment 169528)
View in context: https://bugs.webkit.org/attachment.cgi?id=169528&action=review

> Source/WebCore/platform/network/cf/LoaderRunLoopCF.h:39
> +Mutex m_mutex;
> +ThreadCondition m_threadCondition;
> +

I think you can just make these static variables in LoaderRunLoopCF.cpp.

-- 
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