Index: core/fpdfapi/fpdf_page/cpdf_allstates.cpp |
diff --git a/core/fpdfapi/fpdf_page/cpdf_allstates.cpp b/core/fpdfapi/fpdf_page/cpdf_allstates.cpp |
index d81a488d2070cdbfc8b00e3e3fbb8cc9970720cf..f2d637f88885eacd0bd217c51f699f0b78f0a422 100644 |
--- a/core/fpdfapi/fpdf_page/cpdf_allstates.cpp |
+++ b/core/fpdfapi/fpdf_page/cpdf_allstates.cpp |
@@ -115,7 +115,7 @@ void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, |
CFX_ByteString mode = |
pArray ? pArray->GetStringAt(0) : pObject->GetString(); |
- pGeneralState->SetBlendMode(mode.AsByteStringC()); |
+ pGeneralState->SetBlendMode(mode.AsStringC()); |
if (pGeneralState->m_BlendType > FXDIB_BLEND_MULTIPLY) { |
pParser->GetPageObjectHolder()->SetBackgroundAlphaNeeded(TRUE); |
} |