| Index: Source/core/html/ColorInputType.cpp
|
| diff --git a/Source/core/html/ColorInputType.cpp b/Source/core/html/ColorInputType.cpp
|
| index 46e741a088eddd31dba3f1e9ca9a2f1c109c6c00..64d7afe8ba446a81b7db466463de53222dc46473 100644
|
| --- a/Source/core/html/ColorInputType.cpp
|
| +++ b/Source/core/html/ColorInputType.cpp
|
| @@ -76,7 +76,7 @@ ColorInputType::~ColorInputType()
|
| endColorChooser();
|
| }
|
|
|
| -void ColorInputType::attach()
|
| +void ColorInputType::countUsage()
|
| {
|
| observeFeatureIfVisible(UseCounter::InputTypeColor);
|
| }
|
|
|