Index: xfa/fxfa/parser/cscript_hostpseudomodel.cpp |
diff --git a/xfa/fxfa/parser/cscript_hostpseudomodel.cpp b/xfa/fxfa/parser/cscript_hostpseudomodel.cpp |
index cee99e8a3b61d2bf18792e3e7aaef82084df5532..15f175cd49cb5a39af4087f29a8c528948e7647d 100644 |
--- a/xfa/fxfa/parser/cscript_hostpseudomodel.cpp |
+++ b/xfa/fxfa/parser/cscript_hostpseudomodel.cpp |
@@ -238,7 +238,7 @@ void CScript_HostPseudoModel::GotoURL(CFXJSE_Arguments* pArguments) { |
CFX_ByteString bsURL = pArguments->GetUTF8String(0); |
wsURL = CFX_WideString::FromUTF8(bsURL.AsStringC()); |
} |
- pNotify->GetDocProvider()->GotoURL(hDoc, wsURL); |
+ pNotify->GetDocProvider()->GotoURL(hDoc, wsURL, TRUE); |
} |
void CScript_HostPseudoModel::OpenList(CFXJSE_Arguments* pArguments) { |
if (!m_pDocument->GetScriptContext()->IsRunAtClient()) { |