| Index: Source/WebCore/html/TelephoneInputType.cpp
|
| diff --git a/Source/WebCore/html/TelephoneInputType.cpp b/Source/WebCore/html/TelephoneInputType.cpp
|
| index 0adf65407d8ada9e7b9e0e6abf9874809a752c1c..510d6c39073d19bbf97316d45f1ff67625fbec85 100644
|
| --- a/Source/WebCore/html/TelephoneInputType.cpp
|
| +++ b/Source/WebCore/html/TelephoneInputType.cpp
|
| @@ -45,7 +45,7 @@ PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
|
| void TelephoneInputType::attach()
|
| {
|
| TextFieldInputType::attach();
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeTel);
|
| + observeFeatureIfVisible(UseCounter::InputTypeTel);
|
| }
|
|
|
| const AtomicString& TelephoneInputType::formControlType() const
|
|
|