Index: core/fpdfapi/parser/cpdf_dictionary.cpp |
diff --git a/core/fpdfapi/parser/cpdf_dictionary.cpp b/core/fpdfapi/parser/cpdf_dictionary.cpp |
index f28507e2e466a9348c57cbefd9c5ad522db9a7d6..d417bca235d1a1b6800400bf2e553b6d7049b511 100644 |
--- a/core/fpdfapi/parser/cpdf_dictionary.cpp |
+++ b/core/fpdfapi/parser/cpdf_dictionary.cpp |
@@ -238,7 +238,7 @@ void CPDF_Dictionary::SetIntegerFor(const CFX_ByteString& key, int i) { |
void CPDF_Dictionary::SetNameFor(const CFX_ByteString& key, |
const CFX_ByteString& name) { |
- SetFor(key, new CPDF_Name(MaybeIntern(name))); |
+ SetFor(key, new CPDF_Name(GetByteStringPool(), name)); |
} |
void CPDF_Dictionary::SetStringFor(const CFX_ByteString& key, |