| Index: Source/core/html/RangeInputType.cpp
|
| diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/RangeInputType.cpp
|
| index ee30048d1ccad76bdd76ba62386c19191f6b0e92..12b30231cc70bd66965505d075b2762d361a2d00 100644
|
| --- a/Source/core/html/RangeInputType.cpp
|
| +++ b/Source/core/html/RangeInputType.cpp
|
| @@ -85,7 +85,7 @@ RangeInputType::RangeInputType(HTMLInputElement* element)
|
| {
|
| }
|
|
|
| -void RangeInputType::attach()
|
| +void RangeInputType::countUsage()
|
| {
|
| observeFeatureIfVisible(UseCounter::InputTypeRange);
|
| }
|
|
|