[webkit-reviews] review granted: [Bug 22720] Make XMLHttpRequest work in Workers : [Attachment 26925] Part 3: Add ability for HTTPHeaderMap to be transfered across threads.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 22 00:37:34 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted David Levin
<levin at chromium.org>'s request for review:
Bug 22720: Make XMLHttpRequest work in Workers
https://bugs.webkit.org/show_bug.cgi?id=22720

Attachment 26925: Part 3: Add ability for HTTPHeaderMap to be transfered across
threads.
https://bugs.webkit.org/attachment.cgi?id=26925&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
> +using std::auto_ptr;
> +using std::make_pair;
> +using std::pair;

We usually just use "using std", unless there are conflicts.

r=me


More information about the webkit-reviews mailing list