[webkit-reviews] review granted: [Bug 67447] Generate a Worker constructor of V8 using the IDL 'Constructor' extended attribute : [Attachment 106047] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 15:55:22 PDT 2011


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Kentaro Hara
<haraken at google.com>'s request for review:
Bug 67447: Generate a Worker constructor of V8 using the IDL 'Constructor'
extended attribute
https://bugs.webkit.org/show_bug.cgi?id=67447

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

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=106047&action=review


> Source/WebCore/workers/Worker.idl:37
> +	   ConstructorRaisesException,

shouldn't this be Constructor(in DOMString scriptUrl) raises (DOMException)?

Or is this still coming?


More information about the webkit-reviews mailing list