Index: xfa/fxfa/parser/xfa_script_resolveprocessor.cpp |
diff --git a/xfa/fxfa/parser/xfa_script_resolveprocessor.cpp b/xfa/fxfa/parser/xfa_script_resolveprocessor.cpp |
index 6311314d827625d4d90490820b7dc5e1208a990d..a71270a332f33d3a37a56cd8f7466c7825619dfa 100644 |
--- a/xfa/fxfa/parser/xfa_script_resolveprocessor.cpp |
+++ b/xfa/fxfa/parser/xfa_script_resolveprocessor.cpp |
@@ -536,7 +536,7 @@ int32_t CXFA_ResolveProcessor::XFA_ResolveNodes_GetFilter( |
int32_t nConditionCount = 0; |
CFX_Int32Array stack; |
int32_t nType = -1; |
- const FX_WCHAR* pSrc = wsExpression.GetPtr(); |
+ const FX_WCHAR* pSrc = wsExpression.raw_str(); |
FX_WCHAR wPrev = 0, wCur; |
FX_BOOL bIsCondition = FALSE; |
while (nStart < iLength) { |