[webkit-reviews] review granted: [Bug 127501] IDB: Implement cross-thread and IPC plumbing for 'get' support : [Attachment 222012] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 12:19:20 PST 2014


Anders Carlsson <andersca at apple.com> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 127501: IDB: Implement cross-thread and IPC plumbing for 'get' support
https://bugs.webkit.org/show_bug.cgi?id=127501

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222012&action=review


> Source/WebCore/Modules/indexeddb/IDBKeyRangeData.cpp:43
> +    return std::move(result);

No need for move here.


More information about the webkit-reviews mailing list