| Index: fpdfsdk/fpdfxfa/cpdfxfa_document.cpp
|
| diff --git a/fpdfsdk/fpdfxfa/cpdfxfa_document.cpp b/fpdfsdk/fpdfxfa/cpdfxfa_document.cpp
|
| index c768b591bafc93dcdce467404f8026ce2133bfe1..df0da31beb1d304f5dcce1712970e618c03479ef 100644
|
| --- a/fpdfsdk/fpdfxfa/cpdfxfa_document.cpp
|
| +++ b/fpdfsdk/fpdfxfa/cpdfxfa_document.cpp
|
| @@ -44,7 +44,7 @@ CPDFXFA_Document::~CPDFXFA_Document() {
|
|
|
| if (m_pFormFillEnv) {
|
| m_pFormFillEnv->ClearAllFocusedAnnots();
|
| - // Once we're deleted the SDKDocument will point at a bad underlying
|
| + // Once we're deleted the FormFillEnvironment will point at a bad underlying
|
| // doc so we need to reset it ...
|
| m_pFormFillEnv->ResetXFADocument();
|
| m_pFormFillEnv = nullptr;
|
|
|