Index: core/fpdfapi/parser/cpdf_dictionary.cpp |
diff --git a/core/fpdfapi/parser/cpdf_dictionary.cpp b/core/fpdfapi/parser/cpdf_dictionary.cpp |
index aab7422b3c913befaa2be4e1d0039fcaede80ae9..75cb1e859cf8e235a02ef038691aeed67dd66a9c 100644 |
--- a/core/fpdfapi/parser/cpdf_dictionary.cpp |
+++ b/core/fpdfapi/parser/cpdf_dictionary.cpp |
@@ -242,7 +242,7 @@ void CPDF_Dictionary::SetNameFor(const CFX_ByteString& key, |
void CPDF_Dictionary::SetStringFor(const CFX_ByteString& key, |
const CFX_ByteString& str) { |
- SetFor(key, new CPDF_String(MaybeIntern(str), FALSE)); |
+ SetFor(key, new CPDF_String(MaybeIntern(str), false)); |
} |
void CPDF_Dictionary::SetReferenceFor(const CFX_ByteString& key, |