| 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 6cdaaf58fd8c5af07c2b0de61c2687dcf19c04ab..c0c442157ff03bf79022f5fedf8d8db11c4a5998 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| +++ b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
|
| @@ -46,9 +46,6 @@ class CPDF_Object {
|
| void Release();
|
|
|
| virtual CFX_ByteString GetString() const;
|
| -
|
| - // Note: |this| must outlive the use of |GetConstString|'s result.
|
| - virtual CFX_ByteStringC GetConstString() const;
|
| virtual CFX_WideString GetUnicodeText() const;
|
| virtual FX_FLOAT GetNumber() const;
|
| virtual int GetInteger() const;
|
|
|