[webkit-reviews] review granted: [Bug 22097] Expose MessageEvent constructor on WorkerContext : [Attachment 24936] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 09:29:01 PST 2008


Darin Adler <darin at apple.com> has granted Alexey Proskuryakov <ap at webkit.org>'s
request for review:
Bug 22097: Expose MessageEvent constructor on WorkerContext
https://bugs.webkit.org/show_bug.cgi?id=22097

Attachment 24936: proposed patch
https://bugs.webkit.org/attachment.cgi?id=24936&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
> +void setJSWorkerContextMessageEvent(ExecState*, JSObject*, JSValue*)
> +{
> +    ASSERT_NOT_REACHED();
> +}

Why this instead of ReadOnly?

r=me


More information about the webkit-reviews mailing list