Index: core/fpdfdoc/doc_tagged.cpp |
diff --git a/core/fpdfdoc/doc_tagged.cpp b/core/fpdfdoc/doc_tagged.cpp |
index 94c143d51c2c81e0e9be25abd560f7601170ae2b..bf2b941e5e30b459fd6c8ab948c24c260e4ad91d 100644 |
--- a/core/fpdfdoc/doc_tagged.cpp |
+++ b/core/fpdfdoc/doc_tagged.cpp |
@@ -70,7 +70,7 @@ void CPDF_StructTreeImpl::LoadDocTree() { |
if (!pArray) |
return; |
- for (uint32_t i = 0; i < pArray->GetCount(); i++) { |
+ for (size_t i = 0; i < pArray->GetCount(); i++) { |
CPDF_Dictionary* pKid = pArray->GetDictAt(i); |
CPDF_StructElementImpl* pStructElementImpl = |
new CPDF_StructElementImpl(this, nullptr, pKid); |