| Index: xfa/fwl/core/ifwl_barcode.h | 
| diff --git a/xfa/fwl/core/ifwl_barcode.h b/xfa/fwl/core/ifwl_barcode.h | 
| index 6f58ad10126b48a3a34e87ab3bdf631ed4d82360..cccc4f1b9ca732314d0d81b68193ef36152c9295 100644 | 
| --- a/xfa/fwl/core/ifwl_barcode.h | 
| +++ b/xfa/fwl/core/ifwl_barcode.h | 
| @@ -59,9 +59,7 @@ class IFWL_BarcodeDP : public IFWL_EditDP { | 
|  | 
| class IFWL_Barcode : public IFWL_Edit { | 
| public: | 
| -  static IFWL_Barcode* Create(const CFWL_WidgetImpProperties& properties); | 
| - | 
| -  IFWL_Barcode(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter); | 
| +  explicit IFWL_Barcode(const CFWL_WidgetImpProperties& properties); | 
| ~IFWL_Barcode() override; | 
|  | 
| // IFWL_Widget | 
|  |