[webkit-reviews] review granted: [Bug 24113] WorkerContextProxy::create in WorkerMessagingProxy.cpp should only be provided for non-Chromium platform. : [Attachment 27986] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 01:04:51 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted Jian Li <jianli at chromium.org>'s
request for review:
Bug 24113: WorkerContextProxy::create in WorkerMessagingProxy.cpp should only
be provided for non-Chromium platform.
https://bugs.webkit.org/show_bug.cgi?id=24113

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
> This check is to say: create WorkerMessagingProxy for all non-Chromium
platform
> For Chromium, we have our own logic to decide what to create.

What I was saying was that non-Chromium platforms may want to use their own
logic for create() if they use separate processes instead of threads. But looks
like we don't have a platform define for that yet.

r=me


More information about the webkit-reviews mailing list