[webkit-reviews] review granted: [Bug 73589] [V8][Chromium] Adjust postMessage to the latest "implementation-ready" spec : [Attachment 117487] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 16:05:14 PST 2011


David Levin <levin at chromium.org> has granted Dmitry Lomov
<dslomov at google.com>'s request for review:
Bug 73589: [V8][Chromium] Adjust postMessage to the latest
"implementation-ready" spec
https://bugs.webkit.org/show_bug.cgi?id=73589

Attachment 117487: Fix
https://bugs.webkit.org/attachment.cgi?id=117487&action=review

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=117487&action=review


> Source/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp:306
> +	       if (!extractTransferables(args[2], portArray, arrayBufferArray))


You could combine with the previous if instead of having
if...
 if ...


More information about the webkit-reviews mailing list