Index: xfa/fxfa/parser/cxfa_simple_parser.cpp |
diff --git a/xfa/fxfa/parser/cxfa_simple_parser.cpp b/xfa/fxfa/parser/cxfa_simple_parser.cpp |
index b8d9fcb3186540d4f2eb9475f9f009b90d64b70f..f40060bca2174dbbbcf1687b6d26d1ba82ecb76b 100644 |
--- a/xfa/fxfa/parser/cxfa_simple_parser.cpp |
+++ b/xfa/fxfa/parser/cxfa_simple_parser.cpp |
@@ -277,7 +277,7 @@ void CXFA_SimpleParser::SetFactory(CXFA_Document* pFactory) { |
m_pFactory = pFactory; |
} |
-int32_t CXFA_SimpleParser::StartParse(IFX_FileRead* pStream, |
+int32_t CXFA_SimpleParser::StartParse(IFX_SeekableReadStream* pStream, |
XFA_XDPPACKET ePacketID) { |
CloseParser(); |
m_pFileRead = pStream; |