| Index: core/include/fpdfapi/fpdf_parser.h
|
| diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h
|
| index a856433a08a7394bf85719ad57cd29cba7a4e750..951085b33a6e1172543be035610e817387d122c9 100644
|
| --- a/core/include/fpdfapi/fpdf_parser.h
|
| +++ b/core/include/fpdfapi/fpdf_parser.h
|
| @@ -344,16 +344,11 @@ protected:
|
| #define PDFPARSE_TYPEONLY 1
|
| #define PDFPARSE_NOSTREAM 2
|
| struct PARSE_CONTEXT {
|
| -
|
| - FX_BOOL m_Flags;
|
| -
|
| - FX_FILESIZE m_DictStart;
|
| -
|
| - FX_FILESIZE m_DictEnd;
|
| -
|
| - FX_FILESIZE m_DataStart;
|
| -
|
| - FX_FILESIZE m_DataEnd;
|
| + uint32_t m_Flags;
|
| + FX_FILESIZE m_DictStart;
|
| + FX_FILESIZE m_DictEnd;
|
| + FX_FILESIZE m_DataStart;
|
| + FX_FILESIZE m_DataEnd;
|
| };
|
|
|
| #define PDFPARSE_ERROR_SUCCESS 0
|
|
|