Index: Source/WebCore/html/TimeInputType.cpp |
diff --git a/Source/WebCore/html/TimeInputType.cpp b/Source/WebCore/html/TimeInputType.cpp |
index 5ac341d900cb13e5243a4a73de902bb0e76a9e0a..821b29808471d94a511fa0ceedf4e074f0bd1e16 100644 |
--- a/Source/WebCore/html/TimeInputType.cpp |
+++ b/Source/WebCore/html/TimeInputType.cpp |
@@ -66,7 +66,7 @@ PassOwnPtr<InputType> TimeInputType::create(HTMLInputElement* element) |
void TimeInputType::attach() |
{ |
- observeFeatureIfVisible(FeatureObserver::InputTypeTime); |
+ observeFeatureIfVisible(UseCounter::InputTypeTime); |
} |
const AtomicString& TimeInputType::formControlType() const |