From aadedf904d6e072e885f6ccd142c5f874833d5c5 Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 12 May 2016 10:08:06 -0700 Subject: Replace CXFA_PtrSetTemplate with std::unordered_set. Building a set on top of a map and ignoring the mapped value seems wasteful. Review-Url: https://codereview.chromium.org/1942903003 --- xfa/fxfa/parser/xfa_document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/parser/xfa_document.h') diff --git a/xfa/fxfa/parser/xfa_document.h b/xfa/fxfa/parser/xfa_document.h index dc50646868..16428ea781 100644 --- a/xfa/fxfa/parser/xfa_document.h +++ b/xfa/fxfa/parser/xfa_document.h @@ -115,7 +115,7 @@ class CXFA_Document { CScript_LogPseudoModel* m_pScriptLog; CScript_LayoutPseudoModel* m_pScriptLayout; CScript_SignaturePseudoModel* m_pScriptSignature; - CXFA_NodeSet m_rgPurgeNodes; + CXFA_NodeSet m_PurgeNodes; XFA_VERSION m_eCurVersionMode; uint32_t m_dwDocFlags; friend class CXFA_SimpleParser; -- cgit v1.2.3