| Index: Source/WebCore/html/NumberInputType.cpp
|
| diff --git a/Source/WebCore/html/NumberInputType.cpp b/Source/WebCore/html/NumberInputType.cpp
|
| index d386959d5615949da9f5c83368099f009f6cd745..f28042cda69733d2aaad586c3a10cac7f6e2923b 100644
|
| --- a/Source/WebCore/html/NumberInputType.cpp
|
| +++ b/Source/WebCore/html/NumberInputType.cpp
|
| @@ -104,7 +104,7 @@ PassOwnPtr<InputType> NumberInputType::create(HTMLInputElement* element)
|
| void NumberInputType::attach()
|
| {
|
| TextFieldInputType::attach();
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeNumber);
|
| + observeFeatureIfVisible(UseCounter::InputTypeNumber);
|
| }
|
|
|
| const AtomicString& NumberInputType::formControlType() const
|
|
|