Index: xfa/fxfa/fm2js/xfa_simpleexpression.cpp |
diff --git a/xfa/fxfa/fm2js/xfa_simpleexpression.cpp b/xfa/fxfa/fm2js/xfa_simpleexpression.cpp |
index 8ac80d7c0895b6bc6beade2891be254aaeb080c3..d5936bc6c15e7eb7cf5fa33913f194f9c1ea5d5a 100644 |
--- a/xfa/fxfa/fm2js/xfa_simpleexpression.cpp |
+++ b/xfa/fxfa/fm2js/xfa_simpleexpression.cpp |
@@ -502,7 +502,7 @@ bool CXFA_FMCallExpression::IsBuildInFunc(CFX_WideTextBuf* funcName) { |
uint32_t CXFA_FMCallExpression::IsMethodWithObjParam( |
const CFX_WideStringC& methodName) { |
int32_t iLength = methodName.GetLength(); |
- uint32_t uHash = FX_HashCode_String_GetW(methodName.GetPtr(), iLength); |
+ uint32_t uHash = FX_HashCode_String_GetW(methodName.raw_str(), iLength); |
XFA_FMSOMMethod somMethodWithObjPara; |
uint32_t parameters = 0x00; |
int32_t iStart = 0, |