| Index: xfa/fwl/basewidget/fwl_editimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| index 15cdf031f1b72a8506d10a7ddf8df0068bcf1316..6d0197eeb44fc3548622923c6e65f9bf8d5f1f49 100644
|
| --- a/xfa/fwl/basewidget/fwl_editimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| @@ -1637,7 +1637,7 @@ FX_BOOL FWL_ShowCaret(IFWL_Widget* pWidget,
|
| FX_BOOL bVisible,
|
| const CFX_RectF* pRtAnchor) {
|
| CXFA_FFWidget* pXFAWidget =
|
| - static_cast<CXFA_FFWidget*>(pWidget->GetPrivateData(pWidget));
|
| + static_cast<CXFA_FFWidget*>(pWidget->GetLayoutItem());
|
| if (!pXFAWidget)
|
| return FALSE;
|
|
|
|
|