Index: Source/core/html/HTMLBodyElement.cpp |
diff --git a/Source/core/html/HTMLBodyElement.cpp b/Source/core/html/HTMLBodyElement.cpp |
index 7c2e577627db6efaf69d604b253a3f93a564310e..12b2b375d3d619724fd3c38aa0652d004116d80e 100644 |
--- a/Source/core/html/HTMLBodyElement.cpp |
+++ b/Source/core/html/HTMLBodyElement.cpp |
@@ -82,7 +82,7 @@ void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& |
addHTMLColorToStyle(style, CSSPropertyColor, value); |
} else if (name == bgpropertiesAttr) { |
if (equalIgnoringCase(value, "fixed")) { |
- UseCounter::count(document(), UseCounter::BgPropertiesFixed); |
+ UseCounter::countDeprecation(document(), UseCounter::BgPropertiesFixed); |
addPropertyToPresentationAttributeStyle(style, CSSPropertyBackgroundAttachment, CSSValueFixed); |
} |
} else |