[webkit-reviews] review requested: [Bug 26932] Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs : [Attachment 32403] proposed patch with a fix to AbstractWorker::toJS()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 17:16:54 PDT 2009


Andrew Wilson <atwilson at google.com> has asked  for review:
Bug 26932: Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
https://bugs.webkit.org/show_bug.cgi?id=26932

Attachment 32403: proposed patch with a fix to AbstractWorker::toJS()
https://bugs.webkit.org/attachment.cgi?id=32403&action=review

------- Additional Comments from Andrew Wilson <atwilson at google.com>
While working on a patch based on this patch, I found a bug in how
AbstractWorker::toJS() worked, so I added a custom toJS() function in
AbstractWorker.

Also fixed JSSharedWorkerConstructor.cpp to use the proper global object when
constructing the prototype chain.


More information about the webkit-reviews mailing list