diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_document_parser.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_document_parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_document_parser.h b/xfa/fxfa/parser/cxfa_document_parser.h index c245843c0f..77265e4d05 100644 --- a/xfa/fxfa/parser/cxfa_document_parser.h +++ b/xfa/fxfa/parser/cxfa_document_parser.h @@ -31,6 +31,8 @@ class CXFA_DocumentParser { private: UnownedPtr<CXFA_FFNotify> const m_pNotify; + // Note, the |m_nodeParser| has an unowned pointer to the |m_pDocument| so + // the |m_nodeParser| must be cleaned up first. std::unique_ptr<CXFA_Document> m_pDocument; CXFA_SimpleParser m_nodeParser; }; |