| Index: xfa/fwl/lightwidget/cfwl_edit.h
 | 
| diff --git a/xfa/fwl/lightwidget/cfwl_edit.h b/xfa/fwl/lightwidget/cfwl_edit.h
 | 
| index a9a466a49acd17d3166e50656b2b7447e580c97d..6c70c437f16a4fe926588213697aedeada1a8ccf 100644
 | 
| --- a/xfa/fwl/lightwidget/cfwl_edit.h
 | 
| +++ b/xfa/fwl/lightwidget/cfwl_edit.h
 | 
| @@ -23,7 +23,6 @@ class CFWL_Edit : public CFWL_Widget {
 | 
|    IFWL_Edit* GetWidget() override;
 | 
|    const IFWL_Edit* GetWidget() const override;
 | 
|  
 | 
| -  static CFWL_Edit* Create();
 | 
|    FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
 | 
|    FWL_Error SetText(const CFX_WideString& wsText);
 | 
|    int32_t GetTextLength() const;
 | 
| 
 |