| Index: xfa/fxfa/app/xfa_ffdoc.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffdoc.cpp b/xfa/fxfa/app/xfa_ffdoc.cpp
|
| index c130a036b566bfc4db6b4eb1b3cee810d980948a..0dcf730f2ee427cb7e70c7c4a068c074797f5499 100644
|
| --- a/xfa/fxfa/app/xfa_ffdoc.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffdoc.cpp
|
| @@ -229,7 +229,7 @@ FX_BOOL CXFA_FFDoc::OpenDoc(CPDF_Document* pPDFDoc) {
|
| if (pAcroForm == NULL) {
|
| return FALSE;
|
| }
|
| - CPDF_Object* pElementXFA = pAcroForm->GetElementValue("XFA");
|
| + CPDF_Object* pElementXFA = pAcroForm->GetDirectObjectBy("XFA");
|
| if (pElementXFA == NULL) {
|
| return FALSE;
|
| }
|
|
|