diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffdochandler.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffdochandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffdochandler.h b/xfa/fxfa/cxfa_ffdochandler.h index 45b2ee07e1..7da03b0148 100644 --- a/xfa/fxfa/cxfa_ffdochandler.h +++ b/xfa/fxfa/cxfa_ffdochandler.h @@ -21,7 +21,7 @@ class CXFA_FFDocHandler { bool RunDocScript(CXFA_FFDoc* hDoc, XFA_SCRIPTTYPE eScriptType, - const CFX_WideStringC& wsScript, + const WideStringView& wsScript, CFXJSE_Value* pRetValue, CFXJSE_Value* pThisObject); }; |