Index: core/fpdfdoc/doc_action.cpp |
diff --git a/core/fpdfdoc/doc_action.cpp b/core/fpdfdoc/doc_action.cpp |
index c478bbe1f4519bbeead46b26887a195e56267384..6f3e2945fa82080e041495a60ad7e0ce5cfca819 100644 |
--- a/core/fpdfdoc/doc_action.cpp |
+++ b/core/fpdfdoc/doc_action.cpp |
@@ -38,8 +38,7 @@ CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { |
} |
if (pDest->IsString() || pDest->IsName()) { |
CPDF_NameTree name_tree(pDoc, "Dests"); |
- return CPDF_Dest( |
- name_tree.LookupNamedDest(pDoc, pDest->GetString().AsStringC())); |
+ return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetString())); |
} |
if (CPDF_Array* pArray = pDest->AsArray()) |
return CPDF_Dest(pArray); |