| Index: xfa/include/fwl/basewidget/fwl_caret.h
 | 
| diff --git a/xfa/include/fwl/basewidget/fwl_caret.h b/xfa/include/fwl/basewidget/fwl_caret.h
 | 
| index 547f1c9ba84274b37bf31c5358f3518b5f84f7a1..d2e8a807cee8bad18f2695d3d8da8bbc0eb8e313 100644
 | 
| --- a/xfa/include/fwl/basewidget/fwl_caret.h
 | 
| +++ b/xfa/include/fwl/basewidget/fwl_caret.h
 | 
| @@ -16,7 +16,7 @@ class IFWL_Caret;
 | 
|  #define FWL_PARTSTATE_CAT_HightLight 1
 | 
|  class IFWL_Caret : public IFWL_Widget {
 | 
|   public:
 | 
| -  static IFWL_Caret* Create();
 | 
| +  IFWL_Caret();
 | 
|  
 | 
|    FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
 | 
|    FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
 | 
| @@ -26,8 +26,5 @@ class IFWL_Caret : public IFWL_Widget {
 | 
|    FWL_ERR GetFrequency(FX_DWORD& elapse);
 | 
|    FWL_ERR SetFrequency(FX_DWORD elapse);
 | 
|    FWL_ERR SetColor(CFX_Color crFill);
 | 
| -
 | 
| - protected:
 | 
| -  IFWL_Caret();
 | 
|  };
 | 
|  #endif
 | 
| 
 |