| Index: fpdfsdk/fpdfxfa/cpdfxfa_context.h
|
| diff --git a/fpdfsdk/fpdfxfa/cpdfxfa_context.h b/fpdfsdk/fpdfxfa/cpdfxfa_context.h
|
| index 2cd2b439d3208b46a5741d4ee10e4c338806ff87..8b9daea26fe33e5e0413b6a108e296433a59ac2b 100644
|
| --- a/fpdfsdk/fpdfxfa/cpdfxfa_context.h
|
| +++ b/fpdfsdk/fpdfxfa/cpdfxfa_context.h
|
| @@ -67,7 +67,8 @@ class CPDFXFA_Context : public IXFA_AppProvider {
|
| const CFX_WideString& wsTitle,
|
| const CFX_WideString& wsDefaultAnswer,
|
| bool bMark) override;
|
| - IFX_SeekableReadStream* DownloadURL(const CFX_WideString& wsURL) override;
|
| + CFX_RetainPtr<IFX_SeekableReadStream> DownloadURL(
|
| + const CFX_WideString& wsURL) override;
|
| bool PostRequestURL(const CFX_WideString& wsURL,
|
| const CFX_WideString& wsData,
|
| const CFX_WideString& wsContentType,
|
|
|