| Index: Source/core/html/forms/EmailInputType.cpp
|
| diff --git a/Source/core/html/forms/EmailInputType.cpp b/Source/core/html/forms/EmailInputType.cpp
|
| index 465e3821e754a3040e33e4dbee21d0d2e506bbe2..727bdb478e4f3d2bb6bb760fb6ecea3e54198fa5 100644
|
| --- a/Source/core/html/forms/EmailInputType.cpp
|
| +++ b/Source/core/html/forms/EmailInputType.cpp
|
| @@ -24,8 +24,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/EmailInputType.h"
|
|
|
| -#include "InputTypeNames.h"
|
| #include "bindings/v8/ScriptRegexp.h"
|
| +#include "core/InputTypeNames.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/page/Chrome.h"
|
|
|