[webkit-reviews] review granted: [Bug 124689] Add argument coders for IDBDatabaseMetadata : [Attachment 217497] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 17:06:06 PST 2013


Anders Carlsson <andersca at apple.com> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 124689: Add argument coders for IDBDatabaseMetadata
https://bugs.webkit.org/show_bug.cgi?id=124689

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

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


> Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1394
> +    case IDBKeyPath::StringType:
> +    {

Brace should go on same line as the case.

> Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1403
> +    case IDBKeyPath::ArrayType:
> +    {

Ditto.


More information about the webkit-reviews mailing list