| Index: xfa/fde/css/fde_cssstylesheet.h
|
| diff --git a/xfa/fde/css/fde_cssstylesheet.h b/xfa/fde/css/fde_cssstylesheet.h
|
| index 2460959a97ac12cbe6f2d3c21abbcbdbf6eaac14..ad1f8dfbe34e53d4414fc0377701ded0986e2aa3 100644
|
| --- a/xfa/fde/css/fde_cssstylesheet.h
|
| +++ b/xfa/fde/css/fde_cssstylesheet.h
|
| @@ -111,7 +111,7 @@ class CFDE_CSSStyleSheet : public IFDE_CSSStyleSheet, public CFX_Target {
|
| IFDE_CSSRule* GetRule(int32_t index) override;
|
|
|
| bool LoadFromStream(const CFX_WideString& szUrl,
|
| - IFGAS_Stream* pStream,
|
| + const CFX_RetainPtr<IFGAS_Stream>& pStream,
|
| uint16_t wCodePage);
|
| bool LoadFromBuffer(const CFX_WideString& szUrl,
|
| const FX_WCHAR* pBuffer,
|
|
|