Chromium Code Reviews| Index: xfa/fwl/core/ifwl_form.cpp |
| diff --git a/xfa/fwl/core/ifwl_form.cpp b/xfa/fwl/core/ifwl_form.cpp |
| index bbc16ebdeb92a5cb77cb5e85a105b3547959e70d..56b98e34d291f086b8d8dd860e59727def5157b8 100644 |
| --- a/xfa/fwl/core/ifwl_form.cpp |
| +++ b/xfa/fwl/core/ifwl_form.cpp |
| @@ -61,7 +61,7 @@ IFWL_Form::IFWL_Form(const IFWL_App* app, |
| m_rtRestore.Reset(); |
| RegisterForm(); |
| - RegisterEventTarget(); |
| + RegisterEventTarget(nullptr); |
| } |
| IFWL_Form::~IFWL_Form() { |