[webkit-reviews] review canceled: [Bug 65209] Make MessagePort Transferable. : [Attachment 103302] Address comments.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 13:58:53 PDT 2011


Luke Zarko <lukezarko+bugzilla at gmail.com> has canceled Luke Zarko
<lukezarko+bugzilla at gmail.com>'s request for review:
Bug 65209: Make MessagePort Transferable.
https://bugs.webkit.org/show_bug.cgi?id=65209

Attachment 103302: Address comments.
https://bugs.webkit.org/attachment.cgi?id=103302&action=review

------- Additional Comments from Luke Zarko <lukezarko+bugzilla at gmail.com>
(In reply to comment #23)
> > Source/WebCore/storage/IDBCursor.h:69
> > +	 TransferableArray* valueDependencies() const { return 0; }
> 
> Why does this need to be defined? (Who calls it? I couldn't find it. If it is
unused, then just get rid of the changes to this file.)

This is called by autogenerated binding code (when encountering a
SerializedScriptValue).

I've also reviewed some constness changes that dimich pointed out offline and
rebased.


More information about the webkit-reviews mailing list