[webkit-reviews] review granted: [Bug 116304] Remove custom code for MessageEvent.ports getter : [Attachment 202062] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 17 05:03:31 PDT 2013


Kentaro Hara <haraken at chromium.org> has granted Christophe Dumez
<dchris at gmail.com>'s request for review:
Bug 116304: Remove custom code for MessageEvent.ports getter
https://bugs.webkit.org/show_bug.cgi?id=116304

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

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=202062&action=review


> Source/WebCore/dom/MessageEvent.idl:37
> +    [InitializedByEventConstructor] readonly attribute MessagePortArray
ports;

Per the spec, this should be 'MessagePort[]?'. Would you fix it in a follow-up
patch?

http://dev.w3.org/html5/postmsg/#event-definitions


More information about the webkit-reviews mailing list