| Index: core/fpdfapi/fpdf_parser/include/cpdf_array.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_array.h b/core/fpdfapi/fpdf_parser/include/cpdf_array.h
|
| index 506a6bc338b20000b4df4d57263fb361ce6d6804..ac3bf41b45361b115b374ec521d69f23ef686574 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_array.h
|
| +++ b/core/fpdfapi/fpdf_parser/include/cpdf_array.h
|
| @@ -30,7 +30,6 @@ class CPDF_Array : public CPDF_Object {
|
| CPDF_Object* GetObjectAt(size_t index) const;
|
| CPDF_Object* GetDirectObjectAt(size_t index) const;
|
| CFX_ByteString GetStringAt(size_t index) const;
|
| - CFX_ByteStringC GetConstStringAt(size_t index) const;
|
| int GetIntegerAt(size_t index) const;
|
| FX_FLOAT GetNumberAt(size_t index) const;
|
| CPDF_Dictionary* GetDictAt(size_t index) const;
|
|
|