| Index: core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp b/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| index 3e08ead9ff51eaa5ffc77816a8fb0ed357bc69b5..8f810aa88836516946d72e54d64721e274763322 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp
|
| @@ -23,6 +23,13 @@ bool CanReadFromBitStream(const CFX_BitStream* hStream,
|
|
|
| } // namespace
|
|
|
| +CPDF_HintTables::CPDF_HintTables(CPDF_DataAvail* pDataAvail,
|
| + CPDF_Dictionary* pLinearized)
|
| + : m_pDataAvail(pDataAvail),
|
| + m_pLinearizedDict(pLinearized),
|
| + m_nFirstPageSharedObjs(0),
|
| + m_szFirstPageObjOffset(0) {}
|
| +
|
| CPDF_HintTables::~CPDF_HintTables() {
|
| m_dwDeltaNObjsArray.RemoveAll();
|
| m_dwNSharedObjsArray.RemoveAll();
|
|
|