| Index: Source/WebCore/html/MonthInputType.cpp
|
| diff --git a/Source/WebCore/html/MonthInputType.cpp b/Source/WebCore/html/MonthInputType.cpp
|
| index 521a2032f45353c1beaacc519c87e4c3bb521ee3..5a2d3e8b1137b200e7996ec26e425623c0ebcfe8 100644
|
| --- a/Source/WebCore/html/MonthInputType.cpp
|
| +++ b/Source/WebCore/html/MonthInputType.cpp
|
| @@ -62,7 +62,7 @@ PassOwnPtr<InputType> MonthInputType::create(HTMLInputElement* element)
|
|
|
| void MonthInputType::attach()
|
| {
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeMonth);
|
| + observeFeatureIfVisible(UseCounter::InputTypeMonth);
|
| }
|
|
|
| const AtomicString& MonthInputType::formControlType() const
|
|
|