Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
index 6cf9cd236d7a53413edec0707930ae2be58ab390..11b0c7645a06a96d0478b57a1b440500e9764f5c 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
@@ -619,7 +619,7 @@ bool StyleEngine::shouldSkipInvalidationFor(const Element& element) const |
return true; |
if (!element.parentNode()) |
return true; |
- return element.parentNode()->styleChangeType() >= SubtreeStyleChange; |
+ return element.parentNode()->getStyleChangeType() >= SubtreeStyleChange; |
} |
void StyleEngine::classChangedForElement(const SpaceSplitString& changedClasses, Element& element) |