| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 8f41d58a17e87a2c0c2915a4b1ec4c0a78e4a19c..0b8e0c4f8733b8a226a5bc28030455bf940152fb 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -780,6 +780,10 @@ Decimal InputType::findClosestTickMarkValue(const Decimal&)
|
| return Decimal::nan();
|
| }
|
|
|
| +void InputType::handleDOMActivateEvent(Event*)
|
| +{
|
| +}
|
| +
|
| bool InputType::supportsIndeterminateAppearance() const
|
| {
|
| return false;
|
|
|