From 577ad2c9ea89c721ee1dbb89d1f7e12bb8c333f7 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 22 Sep 2016 10:20:43 -0700 Subject: Move CPDFSDK_Environment code to cpp file This CL moves the code from the .h file into the .cpp file. Review-Url: https://codereview.chromium.org/2354363003 --- xfa/fxfa/parser/cscript_hostpseudomodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/parser') diff --git a/xfa/fxfa/parser/cscript_hostpseudomodel.cpp b/xfa/fxfa/parser/cscript_hostpseudomodel.cpp index 5ca550aae8..d4fd19e8e0 100644 --- a/xfa/fxfa/parser/cscript_hostpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_hostpseudomodel.cpp @@ -239,7 +239,7 @@ void CScript_HostPseudoModel::GotoURL(CFXJSE_Arguments* pArguments) { CFX_ByteString bsURL = pArguments->GetUTF8String(0); wsURL = CFX_WideString::FromUTF8(bsURL.AsStringC()); } - pNotify->GetDocEnvironment()->GotoURL(hDoc, wsURL, TRUE); + pNotify->GetDocEnvironment()->GotoURL(hDoc, wsURL); } void CScript_HostPseudoModel::OpenList(CFXJSE_Arguments* pArguments) { if (!m_pDocument->GetScriptContext()->IsRunAtClient()) { -- cgit v1.2.3