Index: third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
index 7998d036960d83beca721cd173d0c9ccda3bc64f..de9fa21b90981cc7362f68ac9134779bb871cf0c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
@@ -277,7 +277,7 @@ void HTMLSlotElement::removedFrom(ContainerNode* insertionPoint) |
void HTMLSlotElement::willRecalcStyle(StyleRecalcChange change) |
{ |
- if (change < Inherit && getStyleChangeType() < SubtreeStyleChange) |
+ if (change < IndependentInherit && getStyleChangeType() < SubtreeStyleChange) |
return; |
for (auto& node : m_distributedNodes) |