Index: third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp |
index 19323fd4098cdfe0315745b4d62344ab2f7a9ac6..abc49f3f30fb2b7807e85d431779806fcae9f072 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp |
+++ b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp |
@@ -123,7 +123,7 @@ void InsertionPoint::detach(const AttachContext& context) |
void InsertionPoint::willRecalcStyle(StyleRecalcChange change) |
{ |
- if (change < Inherit && styleChangeType() < SubtreeStyleChange) |
+ if (change < Inherit && getStyleChangeType() < SubtreeStyleChange) |
return; |
for (size_t i = 0; i < m_distributedNodes.size(); ++i) |
m_distributedNodes.at(i)->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::PropagateInheritChangeToDistributedNodes)); |