Index: Source/core/html/forms/NumberInputType.h |
diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h |
index 8f6404daefd4655e4030be6d640387feb149eeef..a2e1ff28565a652ca5fae9a417d30b7bbdeedc21 100644 |
--- a/Source/core/html/forms/NumberInputType.h |
+++ b/Source/core/html/forms/NumberInputType.h |
@@ -55,6 +55,7 @@ private: |
bool isSteppable() const override; |
StepRange createStepRange(AnyStepHandling) const override; |
void handleKeydownEvent(KeyboardEvent*) override; |
+ void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) override; |
Decimal parseToNumber(const String&, const Decimal&) const override; |
String serialize(const Decimal&) const override; |
String localizeValue(const String&) const override; |