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