[webkit-reviews] review granted: [Bug 24145] Remove "#if ENABLE(WORKERS)" wrap from CrossThreadCopier files. : [Attachment 27946] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 02:26:58 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted Jian Li <jianli at chromium.org>'s
request for review:
Bug 24145: Remove "#if ENABLE(WORKERS)" wrap from CrossThreadCopier files.
https://bugs.webkit.org/show_bug.cgi?id=24145

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

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

Please mention the rationale for changes like this (at least in bugzilla), for
those who follow along at home. CrossThreadCopier can be used when
communicating with non-worker threads, which is why it doesn't need the
ENABLE() guards, and lives in platform/.


More information about the webkit-reviews mailing list