[webkit-reviews] review granted: [Bug 94477] postMessage() in MessagePort.idl does not match spec : [Attachment 159419] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 08:48:43 PDT 2012


Kentaro Hara <haraken at chromium.org> has granted Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 94477: postMessage() in MessagePort.idl does not match spec
https://bugs.webkit.org/show_bug.cgi?id=94477

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

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
The change looks reasonable. DedicatedWorkerContext.idl already uses 'any' for
postMessage() and webkitPostMessage().

> We currently don't notice the issue cause we provide custom implementation
for those methods and the custom implementation handles the first argument as
being of type 'any'.

Note: Code generators do not yet support 'any', so we can use 'any' only for
custom implementations. We want to fix it.


More information about the webkit-reviews mailing list