| Index: Source/WebCore/html/WeekInputType.cpp
|
| diff --git a/Source/WebCore/html/WeekInputType.cpp b/Source/WebCore/html/WeekInputType.cpp
|
| index 51dc08bd832d16f6f97423b36d9b5ba90681e980..b336ef2819a83fd030b581a8be955c066a522387 100644
|
| --- a/Source/WebCore/html/WeekInputType.cpp
|
| +++ b/Source/WebCore/html/WeekInputType.cpp
|
| @@ -58,7 +58,7 @@ PassOwnPtr<InputType> WeekInputType::create(HTMLInputElement* element)
|
|
|
| void WeekInputType::attach()
|
| {
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeWeek);
|
| + observeFeatureIfVisible(UseCounter::InputTypeWeek);
|
| }
|
|
|
| const AtomicString& WeekInputType::formControlType() const
|
|
|