| Index: Source/core/html/forms/DateInputType.cpp
|
| diff --git a/Source/core/html/forms/DateInputType.cpp b/Source/core/html/forms/DateInputType.cpp
|
| index c75b4f3f0d1392f0eb2fd7b96860a6b6fa00ba7b..668ddde1678cd954b151f43a17740ced745f1eda 100644
|
| --- a/Source/core/html/forms/DateInputType.cpp
|
| +++ b/Source/core/html/forms/DateInputType.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "core/html/forms/DateInputType.h"
|
|
|
| #include "HTMLNames.h"
|
| +#include "InputTypeNames.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/DateTimeFieldsState.h"
|
| -#include "core/html/forms/InputTypeNames.h"
|
| #include "platform/DateComponents.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -65,7 +65,7 @@ void DateInputType::countUsage()
|
|
|
| const AtomicString& DateInputType::formControlType() const
|
| {
|
| - return InputTypeNames::date();
|
| + return InputTypeNames::date;
|
| }
|
|
|
| DateComponents::Type DateInputType::dateType() const
|
|
|