summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h b/chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h
index 98f53f21b38..e11143fc6c4 100644
--- a/chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h
+++ b/chromium/third_party/WebKit/Source/core/html/forms/URLInputType.h
@@ -35,9 +35,9 @@
namespace WebCore {
-class URLInputType : public BaseTextInputType {
+class URLInputType FINAL : public BaseTextInputType {
public:
- static PassRefPtr<InputType> create(HTMLInputElement&);
+ static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
private:
URLInputType(HTMLInputElement& element) : BaseTextInputType(element) { }