Chromium Code Reviews| Index: xfa/fwl/core/cfwl_evtvalidate.h |
| diff --git a/xfa/fwl/core/cfwl_evtvalidate.h b/xfa/fwl/core/cfwl_evtvalidate.h |
| index be9fd5642eeaf5af8a86ef5e2ca44631ec4178f1..fae20b845b37f036f0059dcf48e0db264398d618 100644 |
| --- a/xfa/fwl/core/cfwl_evtvalidate.h |
| +++ b/xfa/fwl/core/cfwl_evtvalidate.h |
| @@ -16,7 +16,7 @@ class CFWL_EvtValidate : public CFWL_Event { |
| CFWL_EventType GetClassID() const override; |
| - IFWL_Widget* pDstWidget; |
| + CFWL_Widget* pDstWidget; |
| CFX_WideString wsInsert; |
| bool bValidate; |
| }; |