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