| Index: Source/core/html/forms/URLInputType.cpp
|
| diff --git a/Source/core/html/forms/URLInputType.cpp b/Source/core/html/forms/URLInputType.cpp
|
| index 0de752bdfc6039400826c394909f73ea64d75385..33017eb34c71fc50c9388e1d434ec21ce3f11a70 100644
|
| --- a/Source/core/html/forms/URLInputType.cpp
|
| +++ b/Source/core/html/forms/URLInputType.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/URLInputType.h"
|
|
|
| +#include "InputTypeNames.h"
|
| #include "core/html/HTMLInputElement.h"
|
| -#include "core/html/forms/InputTypeNames.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| @@ -50,7 +50,7 @@ void URLInputType::countUsage()
|
|
|
| const AtomicString& URLInputType::formControlType() const
|
| {
|
| - return InputTypeNames::url();
|
| + return InputTypeNames::url;
|
| }
|
|
|
| bool URLInputType::typeMismatchFor(const String& value) const
|
|
|