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