Index: Source/core/html/HTMLTextFormControlElement.cpp |
diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp |
index 4abdcf5cd0adde56436fa86b25242238ed6efa7d..c0d96c35b1b884e5712720e403b53078b288e06b 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.cpp |
+++ b/Source/core/html/HTMLTextFormControlElement.cpp |
@@ -522,7 +522,7 @@ void HTMLTextFormControlElement::parseAttribute(const QualifiedName& name, const |
{ |
if (name == placeholderAttr) { |
updatePlaceholderVisibility(true); |
- UseCounter::observe(document(), UseCounter::PlaceholderAttribute); |
+ UseCounter::count(document(), UseCounter::PlaceholderAttribute); |
} else |
HTMLFormControlElementWithState::parseAttribute(name, value); |
} |