[webkit-reviews] review granted: [Bug 124698] Hook up WebProcess-side of getOrEstablishIDBDatabaseMetadata : [Attachment 217587] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 11:49:41 PST 2013


Anders Carlsson <andersca at apple.com> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 124698: Hook up WebProcess-side of getOrEstablishIDBDatabaseMetadata
https://bugs.webkit.org/show_bug.cgi?id=124698

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

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


> Source/WebKit2/Shared/AsyncRequest.h:62
> +	   return adoptRef(new
AsyncRequestImpl<Arguments...>(completionHandler));

std::move.

> Source/WebKit2/Shared/AsyncRequest.h:78
> +	   : m_completionHandler(completionHandler)

std::move.


More information about the webkit-reviews mailing list