| Index: core/fpdfapi/fpdf_parser/cpdf_dictionary.h
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_dictionary.h b/core/fpdfapi/fpdf_parser/cpdf_dictionary.h
|
| index e3fd59457552d51962de73cc5288ac18fe3b2842..6966ca68ac9d2f9ea4dc62c48e96be2b229009ad 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_dictionary.h
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_dictionary.h
|
| @@ -25,6 +25,7 @@ class CPDF_Dictionary : public CPDF_Object {
|
|
|
| CPDF_Dictionary();
|
| explicit CPDF_Dictionary(const CFX_WeakPtr<CFX_ByteStringPool>& pPool);
|
| + ~CPDF_Dictionary() override;
|
|
|
| // CPDF_Object.
|
| Type GetType() const override;
|
| @@ -84,8 +85,6 @@ class CPDF_Dictionary : public CPDF_Object {
|
| CFX_WeakPtr<CFX_ByteStringPool> GetByteStringPool() const { return m_pPool; }
|
|
|
| protected:
|
| - ~CPDF_Dictionary() override;
|
| -
|
| CFX_ByteString MaybeIntern(const CFX_ByteString& str);
|
| CPDF_Object* CloneNonCyclic(
|
| bool bDirect,
|
|
|