Index: third_party/WebKit/Source/core/dom/Node.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp |
index 173abe1c5fecceb9eb19114e38c3e37464f53520..68451fa0288af621829a07626adaf65afee87f39 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.cpp |
+++ b/third_party/WebKit/Source/core/dom/Node.cpp |
@@ -908,7 +908,6 @@ void Node::detach(const AttachContext& context) |
if (layoutObject()) |
layoutObject()->destroyAndCleanupAnonymousWrappers(); |
setLayoutObject(nullptr); |
- |
setStyleChange(NeedsReattachStyleChange); |
clearChildNeedsStyleInvalidation(); |
} |