Chromium Code Reviews| Index: xfa/fxfa/app/cxfa_textlayout.h |
| diff --git a/xfa/fxfa/app/cxfa_textlayout.h b/xfa/fxfa/app/cxfa_textlayout.h |
| index 4de53d1eb0c7984edb1007b36825f49a21d8ddc6..cb0ad136a0cb99d6d487e8377473118efe8f7d51 100644 |
| --- a/xfa/fxfa/app/cxfa_textlayout.h |
| +++ b/xfa/fxfa/app/cxfa_textlayout.h |
| @@ -60,7 +60,7 @@ class CXFA_TextLayout { |
| } |
| bool m_bHasBlock; |
| - CFX_Int32Array m_Blocks; |
| + CFX_ArrayTemplate<int32_t> m_Blocks; |
| private: |
| void GetTextDataNode(); |