Index: Source/core/css/resolver/StyleBuilderCustom.cpp |
diff --git a/Source/core/css/resolver/StyleBuilderCustom.cpp b/Source/core/css/resolver/StyleBuilderCustom.cpp |
index a2fe375da29762266c0866f5673a87d023b76c9c..528325b5a9e4319d0aae34c3ba9bf0436ea37555 100644 |
--- a/Source/core/css/resolver/StyleBuilderCustom.cpp |
+++ b/Source/core/css/resolver/StyleBuilderCustom.cpp |
@@ -797,8 +797,6 @@ void StyleBuilderFunctions::applyValueCSSPropertyContent(StyleResolverState& sta |
const AtomicString& value = state.element()->getAttribute(attr); |
state.style()->setContent(value.isNull() ? emptyString() : value.string(), didSet); |
didSet = true; |
- // register the fact that the attribute value affects the style |
- state.contentAttrValues().append(attr.localName()); |
} else if (contentValue->isCounter()) { |
Counter* counterValue = contentValue->getCounterValue(); |
EListStyleType listStyleType = NoneListStyle; |