| Index: Source/core/html/forms/ResetInputType.cpp
|
| diff --git a/Source/core/html/forms/ResetInputType.cpp b/Source/core/html/forms/ResetInputType.cpp
|
| index c29546be3c245c11d1c2663b3e04a3ad2b3e9a9f..6175a6c95e91f3f8ae2c5b8ae596402a7ecdc943 100644
|
| --- a/Source/core/html/forms/ResetInputType.cpp
|
| +++ b/Source/core/html/forms/ResetInputType.cpp
|
| @@ -32,10 +32,10 @@
|
| #include "config.h"
|
| #include "core/html/forms/ResetInputType.h"
|
|
|
| +#include "InputTypeNames.h"
|
| #include "core/events/Event.h"
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/HTMLInputElement.h"
|
| -#include "core/html/forms/InputTypeNames.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| @@ -48,7 +48,7 @@ PassRefPtr<InputType> ResetInputType::create(HTMLInputElement& element)
|
|
|
| const AtomicString& ResetInputType::formControlType() const
|
| {
|
| - return InputTypeNames::reset();
|
| + return InputTypeNames::reset;
|
| }
|
|
|
| bool ResetInputType::supportsValidation() const
|
|
|