| Index: Source/core/html/forms/SubmitInputType.cpp
|
| diff --git a/Source/core/html/forms/SubmitInputType.cpp b/Source/core/html/forms/SubmitInputType.cpp
|
| index 231f60384c496931f246e91ffaf6cfb7dc5536f9..3b25b468ec144436d67b1a603c5c40dd95b9920e 100644
|
| --- a/Source/core/html/forms/SubmitInputType.cpp
|
| +++ b/Source/core/html/forms/SubmitInputType.cpp
|
| @@ -32,11 +32,11 @@
|
| #include "config.h"
|
| #include "core/html/forms/SubmitInputType.h"
|
|
|
| +#include "InputTypeNames.h"
|
| #include "core/events/Event.h"
|
| #include "core/html/FormDataList.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"
|
|
|
| @@ -49,7 +49,7 @@ PassRefPtr<InputType> SubmitInputType::create(HTMLInputElement& element)
|
|
|
| const AtomicString& SubmitInputType::formControlType() const
|
| {
|
| - return InputTypeNames::submit();
|
| + return InputTypeNames::submit;
|
| }
|
|
|
| bool SubmitInputType::appendFormData(FormDataList& encoding, bool) const
|
|
|