| Index: Source/core/html/forms/SubmitInputType.cpp
|
| diff --git a/Source/core/html/forms/SubmitInputType.cpp b/Source/core/html/forms/SubmitInputType.cpp
|
| index d10b659b8d26360969208e23cea169a346fd0582..f1272c1ad5099641250801586cc4cd95dcff60d6 100644
|
| --- a/Source/core/html/forms/SubmitInputType.cpp
|
| +++ b/Source/core/html/forms/SubmitInputType.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "config.h"
|
| #include "core/html/forms/SubmitInputType.h"
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
| #include "core/html/FormDataList.h"
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/HTMLInputElement.h"
|
|
|