Index: xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp |
diff --git a/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp |
index c771000ebde7e3084410b4ab5ec0389bee5b6ade..e6de66d803b2a347acfc31374e2ef7bee0462595 100644 |
--- a/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp |
+++ b/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp |
@@ -163,7 +163,7 @@ void CScript_HostPseudoModel::Script_HostPseudoModel_Title( |
CFX_ByteString bsValue; |
FXJSE_Value_ToUTF8String(hValue, bsValue); |
pNotify->GetDocProvider()->SetTitle( |
- hDoc, CFX_WideString::FromUTF8(bsValue.AsStringC()).AsStringC()); |
+ hDoc, CFX_WideString::FromUTF8(bsValue.AsStringC())); |
return; |
} |
CFX_WideString wsTitle; |