Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / pdfium / core / src / fpdfapi / fpdf_font / font_int.h
index b151d78..3ce9664 100644 (file)
@@ -39,11 +39,11 @@ public:
     struct {
         const struct FXCMAP_CMap*      m_pMapList;
         int                            m_Count;
-    } m_EmbeddedCharsets[5];
+    } m_EmbeddedCharsets[NUMBER_OF_CIDSETS];
     struct {
         const FX_WORD* m_pMap;
         int                            m_Count;
-    } m_EmbeddedToUnicodes[5];
+    } m_EmbeddedToUnicodes[NUMBER_OF_CIDSETS];
     FX_LPBYTE                  m_pContrastRamps;
 };
 struct _CMap_CodeRange {