| Index: fpdfsdk/cpdfsdk_formfillenvironment.h
|
| diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.h b/fpdfsdk/cpdfsdk_formfillenvironment.h
|
| index 4cdbda3f7cdadc394d4471c2f2b310af4921e2ec..283c06a7dfbe84217e0417ec31a28cf63f439721 100644
|
| --- a/fpdfsdk/cpdfsdk_formfillenvironment.h
|
| +++ b/fpdfsdk/cpdfsdk_formfillenvironment.h
|
| @@ -109,7 +109,7 @@ class CPDFSDK_FormFillEnvironment
|
| return m_pUnderlyingDoc ? m_pUnderlyingDoc->GetPDFDoc() : nullptr;
|
| }
|
|
|
| - CPDFXFA_Document* GetXFADocument() const { return m_pUnderlyingDoc; }
|
| + CPDFXFA_Context* GetXFAContext() const { return m_pUnderlyingDoc; }
|
| void ResetXFADocument() { m_pUnderlyingDoc = nullptr; }
|
|
|
| int GetPageViewCount() const { return m_pageMap.size(); }
|
|
|