| Index: core/fpdfdoc/cpdf_formfield.cpp
|
| diff --git a/core/fpdfdoc/cpdf_formfield.cpp b/core/fpdfdoc/cpdf_formfield.cpp
|
| index e2240c9f2f09fa1583a41193ef8303e6a1c3724d..8170b7fcbf7cceb58752984722c460d2696b0895 100644
|
| --- a/core/fpdfdoc/cpdf_formfield.cpp
|
| +++ b/core/fpdfdoc/cpdf_formfield.cpp
|
| @@ -682,7 +682,7 @@ int CPDF_FormField::InsertOption(CFX_WideString csOptLabel,
|
| m_pDict->SetFor("Opt", pOpt);
|
| }
|
|
|
| - int iCount = pdfium::base::checked_cast<int, size_t>(pOpt->GetCount());
|
| + int iCount = pdfium::base::checked_cast<int>(pOpt->GetCount());
|
| if (index >= iCount) {
|
| pOpt->AddString(csStr);
|
| index = iCount;
|
|
|