| Index: components/autofill/core/browser/autofill_regex_constants.cc
|
| diff --git a/components/autofill/core/browser/autofill_regex_constants.cc b/components/autofill/core/browser/autofill_regex_constants.cc
|
| index fb31f95d38db6ecf473a5f00d1d441b77d13282f..6f507e9b4299568fe2357d65a745869486091b24 100644
|
| --- a/components/autofill/core/browser/autofill_regex_constants.cc
|
| +++ b/components/autofill/core/browser/autofill_regex_constants.cc
|
| @@ -263,7 +263,7 @@ const char kLastNameRe[] =
|
| "|姓" // ja-JP
|
| "|morada|apelidos|surename|sobrenome" // pt-BR, pt-PT
|
| "|Фамилия" // ru
|
| - "|성[^명]?"; // ko-KR
|
| + "|\\b성(?:[^명]|\\b)"; // ko-KR
|
|
|
| /////////////////////////////////////////////////////////////////////////////
|
| // phone_field.cc
|
|
|