| Index: Source/WebCore/html/ColorInputType.cpp
|
| diff --git a/Source/WebCore/html/ColorInputType.cpp b/Source/WebCore/html/ColorInputType.cpp
|
| index 7bc9d0cd32fb3801a2bfaac43265b3b34c738a0f..8fc859ec126ea99e9f62e534a714477950714025 100644
|
| --- a/Source/WebCore/html/ColorInputType.cpp
|
| +++ b/Source/WebCore/html/ColorInputType.cpp
|
| @@ -79,7 +79,7 @@ ColorInputType::~ColorInputType()
|
|
|
| void ColorInputType::attach()
|
| {
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeColor);
|
| + observeFeatureIfVisible(UseCounter::InputTypeColor);
|
| }
|
|
|
| bool ColorInputType::isColorControl() const
|
|
|