| Index: core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_object.h b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| index 8d9bb0111984eda5c4b9c1be262a4dceea25b8a9..115ce022003b749e0607f2d7fd4c93585b1e71cf 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| +++ b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| @@ -95,7 +95,6 @@ class CPDF_Object {
|
|
|
| CPDF_Object() : m_ObjNum(0), m_GenNum(0) {}
|
| virtual ~CPDF_Object();
|
| - void Destroy() { delete this; }
|
|
|
| CPDF_Object* CloneObjectNonCyclic(bool bDirect) const;
|
|
|
|
|