Index: xfa/fde/css/fde_cssdatatable.cpp |
diff --git a/xfa/fde/css/fde_cssdatatable.cpp b/xfa/fde/css/fde_cssdatatable.cpp |
index 853666f4edb218f0c04e7a9d22831fc11e6e3112..3b090a2699200a84227754ff4b22b006bd3efe54 100644 |
--- a/xfa/fde/css/fde_cssdatatable.cpp |
+++ b/xfa/fde/css/fde_cssdatatable.cpp |
@@ -779,7 +779,7 @@ FX_BOOL FDE_ParseCSSColor(const FX_WCHAR* pszValue, |
return FALSE; |
} |
-CFDE_CSSValueList::CFDE_CSSValueList(IFX_MEMAllocator* pStaticStore, |
+CFDE_CSSValueList::CFDE_CSSValueList(IFX_MemoryAllocator* pStaticStore, |
const CFDE_CSSValueArray& list) { |
m_iCount = list.GetSize(); |
int32_t iByteCount = m_iCount * sizeof(IFDE_CSSValue*); |