| Index: Source/core/html/forms/TimeInputType.cpp
|
| diff --git a/Source/core/html/forms/TimeInputType.cpp b/Source/core/html/forms/TimeInputType.cpp
|
| index 83a3fbaf532741c907331bc0fb0eb499b35248b4..cc135bd2e8a7c510ff034cf64899e6a2dea1a1b0 100644
|
| --- a/Source/core/html/forms/TimeInputType.cpp
|
| +++ b/Source/core/html/forms/TimeInputType.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "core/html/forms/TimeInputType.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/CurrentTime.h"
|
| @@ -68,7 +68,7 @@ void TimeInputType::countUsage()
|
|
|
| const AtomicString& TimeInputType::formControlType() const
|
| {
|
| - return InputTypeNames::time();
|
| + return InputTypeNames::time;
|
| }
|
|
|
| DateComponents::Type TimeInputType::dateType() const
|
|
|