summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/shadow/HTMLContentElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/shadow/HTMLContentElement.cpp')
-rw-r--r--Source/WebCore/html/shadow/HTMLContentElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/shadow/HTMLContentElement.cpp b/Source/WebCore/html/shadow/HTMLContentElement.cpp
index c7706cc16..08b45d4ab 100644
--- a/Source/WebCore/html/shadow/HTMLContentElement.cpp
+++ b/Source/WebCore/html/shadow/HTMLContentElement.cpp
@@ -91,7 +91,7 @@ void HTMLContentElement::parseAttribute(const Attribute& attribute)
{
if (attribute.name() == selectAttr) {
if (ShadowRoot* root = shadowRoot())
- root->owner()->setNeedsRedistributing();
+ root->owner()->invalidateDistribution();
} else
InsertionPoint::parseAttribute(attribute);
}