Index: Source/WebCore/html/URLInputType.cpp |
diff --git a/Source/WebCore/html/URLInputType.cpp b/Source/WebCore/html/URLInputType.cpp |
index 99dd089140a9a67e1e3b6721193c77757ff1d9a7..fb7e714961b6576efd087748847d86aa402ab9f4 100644 |
--- a/Source/WebCore/html/URLInputType.cpp |
+++ b/Source/WebCore/html/URLInputType.cpp |
@@ -47,7 +47,7 @@ PassOwnPtr<InputType> URLInputType::create(HTMLInputElement* element) |
void URLInputType::attach() |
{ |
TextFieldInputType::attach(); |
- observeFeatureIfVisible(FeatureObserver::InputTypeURL); |
+ observeFeatureIfVisible(UseCounter::InputTypeURL); |
} |
const AtomicString& URLInputType::formControlType() const |