Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index fe0f4d3331154455542be62557688458bf27a11b..cf1a06783ee024756edb969af2ef0d16039e4c00 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -203,7 +203,7 @@ public: |
// string. This should not be called for types without valueAsNumber. |
virtual String serialize(const Decimal&) const; |
- virtual bool supportsIndeterminateAppearance() const; |
+ virtual bool shouldAppearIndeterminate() const; |
virtual bool supportsInputModeAttribute() const; |