| Index: core/fpdfapi/page/cpdf_docpagedata.h
|
| diff --git a/core/fpdfapi/page/cpdf_docpagedata.h b/core/fpdfapi/page/cpdf_docpagedata.h
|
| index 64c0444a5e6799879d0ea138f7bcbdcd6c5dca5a..bf2b80498df2d05d1fc9c738fb6d956be75df2f9 100644
|
| --- a/core/fpdfapi/page/cpdf_docpagedata.h
|
| +++ b/core/fpdfapi/page/cpdf_docpagedata.h
|
| @@ -29,7 +29,7 @@ class CPDF_DocPageData {
|
| explicit CPDF_DocPageData(CPDF_Document* pPDFDoc);
|
| ~CPDF_DocPageData();
|
|
|
| - void Clear(bool bRelease = FALSE);
|
| + void Clear(bool bRelease = false);
|
| CPDF_Font* GetFont(CPDF_Dictionary* pFontDict);
|
| CPDF_Font* GetStandardFont(const CFX_ByteString& fontName,
|
| CPDF_FontEncoding* pEncoding);
|
|
|