Index: third_party/WebKit/Source/core/dom/Element.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp |
index 0647baada5f00ba90b0589186fce2f144c5431d8..6583831cf9256aab072a2c91099c7ede67f4f4ea 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.cpp |
+++ b/third_party/WebKit/Source/core/dom/Element.cpp |
@@ -2066,7 +2066,7 @@ void Element::checkForEmptyStyleChange() |
return; |
if (!style || (styleAffectedByEmpty() && (!style->emptyState() || hasChildren()))) |
- document().styleEngine().pseudoStateChangedForElement(CSSSelector::PseudoEmpty, *this); |
+ pseudoStateChanged(CSSSelector::PseudoEmpty); |
} |
void Element::childrenChanged(const ChildrenChange& change) |