| Index: core/fpdfapi/parser/cpdf_object.cpp
|
| diff --git a/core/fpdfapi/parser/cpdf_object.cpp b/core/fpdfapi/parser/cpdf_object.cpp
|
| index 5c407336e210987176f3888b9b129459a9bb13c0..cc410d10c8fdf125bc2525f31ea6dd2e5aafda77 100644
|
| --- a/core/fpdfapi/parser/cpdf_object.cpp
|
| +++ b/core/fpdfapi/parser/cpdf_object.cpp
|
| @@ -63,7 +63,7 @@ CPDF_Dictionary* CPDF_Object::GetDict() const {
|
| }
|
|
|
| void CPDF_Object::SetString(const CFX_ByteString& str) {
|
| - ASSERT(FALSE);
|
| + ASSERT(false);
|
| }
|
|
|
| bool CPDF_Object::IsArray() const {
|
|
|