| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 00beb2758dd071a0eb0d7a7ee1eded5e8abff865..8725bf275c9008b7177b6b66618e33d8a940b2e8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -965,7 +965,7 @@ inline ContainerNode* Node::parentNode() const {
|
| }
|
|
|
| inline void Node::lazyReattachIfAttached() {
|
| - if (getStyleChangeType() == NeedsReattachStyleChange)
|
| + if (needsAttach())
|
| return;
|
| if (!inActiveDocument())
|
| return;
|
|
|