Index: Source/core/html/InputType.cpp |
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp |
index 470bbbc71052302c5bf57a5f6b564d2c46ff042e..cef1cb372984fdf0ece413f6a6ffa6e365e4233a 100644 |
--- a/Source/core/html/InputType.cpp |
+++ b/Source/core/html/InputType.cpp |
@@ -1119,7 +1119,7 @@ void InputType::observeFeatureIfVisible(UseCounter::Feature feature) const |
{ |
if (RenderStyle* style = element()->renderStyle()) { |
if (style->visibility() != HIDDEN) |
- UseCounter::observe(element()->document(), feature); |
+ UseCounter::count(element()->document(), feature); |
} |
} |