| Index: content/browser/webauth/authenticator_impl.cc
|
| diff --git a/content/browser/webauth/authenticator_impl.cc b/content/browser/webauth/authenticator_impl.cc
|
| index 4b798fc45f431916910c5d51b4defa033f3ea833..612bf548ffb2f061ec99e62645871799da86dce1 100644
|
| --- a/content/browser/webauth/authenticator_impl.cc
|
| +++ b/content/browser/webauth/authenticator_impl.cc
|
| @@ -61,7 +61,7 @@ void AuthenticatorImpl::MakeCredential(
|
|
|
| // Steps 6 & 7 of https://w3c.github.io/webauthn/#createCredential
|
| // opaque origin
|
| - if (caller_origin_.unique()) {
|
| + if (caller_origin_.opaque()) {
|
| std::move(callback).Run(
|
| webauth::mojom::AuthenticatorStatus::NOT_ALLOWED_ERROR, NULL);
|
| return;
|
|
|