Comment 20 for bug 1733002

Revision history for this message
In , Jiewen-tan (jiewen-tan) wrote :

Comment on attachment 365256
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=365256&action=review

Thanks Brent for r+ this patch.

>> Source/WebKit/UIProcess/WebAuthentication/fido/U2fHidAuthenticator.cpp:214
>> + response->appid = true;
>
> Could this be:
>
> response->appid = m_isAppId;

Sure. Fixed.