| Index: xfa/fxfa/app/xfa_fftext.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fftext.cpp b/xfa/fxfa/app/xfa_fftext.cpp
|
| index 3e5b3df8e9ae55227fe8a9e207b09f3e923a9741..2e5bb6420d4bcd5eae93c8fcf291ef2214ca9a74 100644
|
| --- a/xfa/fxfa/app/xfa_fftext.cpp
|
| +++ b/xfa/fxfa/app/xfa_fftext.cpp
|
| @@ -135,7 +135,7 @@ FX_BOOL CXFA_FFText::OnLButtonUp(uint32_t dwFlags, FX_FLOAT fx, FX_FLOAT fy) {
|
| return FALSE;
|
| }
|
| CXFA_FFDoc* pDoc = GetDoc();
|
| - pDoc->GetDocProvider()->GotoURL(pDoc, wsURLContent, FALSE);
|
| + pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent, FALSE);
|
| return TRUE;
|
| }
|
| FWL_WidgetHit CXFA_FFText::OnHitTest(FX_FLOAT fx, FX_FLOAT fy) {
|
|
|