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