summaryrefslogtreecommitdiffstats
path: root/WebCore/html/TextFieldInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/TextFieldInputType.h')
-rw-r--r--WebCore/html/TextFieldInputType.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/TextFieldInputType.h b/WebCore/html/TextFieldInputType.h
index 07f06e9..50418aa 100644
--- a/WebCore/html/TextFieldInputType.h
+++ b/WebCore/html/TextFieldInputType.h
@@ -44,7 +44,6 @@ protected:
virtual bool valueMissing(const String&) const;
virtual bool handleKeydownEvent(KeyboardEvent*);
bool handleKeydownEventForSpinButton(KeyboardEvent*);
- virtual bool shouldSubmitImplicitly(Event*);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const;
};