| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index d99a120dacc3f38b6960ce0594e8d816009a3f46..d28bed59265c1962b76807d3f69840849f2a0dc2 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -1004,7 +1004,7 @@ void Node::detach(const AttachContext& context)
|
| setChildNeedsStyleRecalc();
|
|
|
| if (StyleResolver* resolver = document().styleResolver())
|
| - resolver->ruleFeatureSet().clearStyleInvalidation(this);
|
| + resolver->ruleFeatureSet().styleInvalidator().clearInvalidation(*this);
|
|
|
| #ifndef NDEBUG
|
| detachingNode = 0;
|
|
|