[webkit-reviews] review granted: [Bug 23705] Messages from workers can take over main thread event loop : [Attachment 27550] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 23:49:37 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted Dmitry Titov
<dimich at chromium.org>'s request for review:
Bug 23705: Messages from workers can take over main thread event loop
https://bugs.webkit.org/show_bug.cgi?id=23705

Attachment 27550: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=27550&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
r=me

+static WTFMainThreadCaller* staticMainThreadCaller = nil;

We usually rely on the fact that static variables are initialized to zero
automagically - but I don't see a problem with explicitly initializing them.


More information about the webkit-reviews mailing list