summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_seekablemultistream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_seekablemultistream.cpp')
-rw-r--r--core/fxcrt/cfx_seekablemultistream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_seekablemultistream.cpp b/core/fxcrt/cfx_seekablemultistream.cpp
index 12682d7678..92286b1939 100644
--- a/core/fxcrt/cfx_seekablemultistream.cpp
+++ b/core/fxcrt/cfx_seekablemultistream.cpp
@@ -16,7 +16,7 @@ CFX_SeekableMultiStream::CFX_SeekableMultiStream(
const std::vector<CPDF_Stream*>& streams) {
for (CPDF_Stream* pStream : streams) {
m_Data.push_back(pdfium::MakeRetain<CPDF_StreamAcc>(pStream));
- m_Data.back()->LoadAllData();
+ m_Data.back()->LoadAllDataFiltered();
}
}