Index: xfa/fwl/core/fwl_appimp.cpp |
diff --git a/xfa/fwl/core/fwl_appimp.cpp b/xfa/fwl/core/fwl_appimp.cpp |
index d7fa8bc1c0650ce042886cd417d7ab25ec4f4ab9..574b3c5fc0513412ed5a006292a428f973b700e6 100644 |
--- a/xfa/fwl/core/fwl_appimp.cpp |
+++ b/xfa/fwl/core/fwl_appimp.cpp |
@@ -76,7 +76,7 @@ CXFA_FFApp* CFWL_AppImp::GetAdapterNative() const { |
return m_pAdapterNative; |
} |
CXFA_FWLAdapterWidgetMgr* FWL_GetAdapterWidgetMgr() { |
- return static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr()) |
+ return static_cast<CFWL_WidgetMgr*>(IFWL_WidgetMgr::GetInstance()) |
->GetAdapterWidgetMgr(); |
} |
IFWL_WidgetMgr* CFWL_AppImp::GetWidgetMgr() const { |