[webkit-reviews] review granted: [Bug 23199] WorkerThread shouldn't deref strings on the main thread that it used on the worker thread. : [Attachment 26562] Diff form last version of the patch: I noticed a bad indentation in one place and fixed it.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 9 01:41:03 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted David Levin
<levin at chromium.org>'s request for review:
Bug 23199: WorkerThread shouldn't deref strings on the main thread that it used
on the worker thread.
https://bugs.webkit.org/show_bug.cgi?id=23199

Attachment 26562: Diff form last version of the patch: I noticed a bad
indentation in one place and fixed it.
https://bugs.webkit.org/attachment.cgi?id=26562&action=review

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

A general comment, not for this patch: the prevalent style is to have "using
namespace std", and avoid explicit namespace qualifiers.


More information about the webkit-reviews mailing list