[webkit-reviews] review granted: [Bug 50372] nrwt multiprocessing - minor cleanup : [Attachment 75415] upload the incremental diff, not the whole diff

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 16:26:05 PST 2010


Tony Chang <tony at chromium.org> has granted Dirk Pranke <dpranke at chromium.org>'s
request for review:
Bug 50372: nrwt multiprocessing - minor cleanup
https://bugs.webkit.org/show_bug.cgi?id=50372

Attachment 75415: upload the incremental diff, not the whole diff
https://bugs.webkit.org/attachment.cgi?id=75415&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=75415&action=review

>
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/message_broker.py:117
> +    def start_worker(self, worker_number):
> +	   thread = super(_MultiThreadedBroker,
self).start_worker(worker_number)

thread = _MultiThreadedBroker.start_worker(self, worker_number) for
explicitness


More information about the webkit-reviews mailing list