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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 01:22:53 PDT 2012


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





--- Comment #10 from Jae Hyun Park <jae.park at company100.net>  2012-10-19 01:23:49 PST ---
(In reply to comment #8)
Thank you for your review.
> (From update of attachment 169528 [details])
> 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.
Fixed it.

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