| 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 d0ee8a6e2523a6946908c339f58cf6fc054cf7c1..ff4263d878e7e7df2fbe1476a03916a3f3cf6788 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -846,7 +846,6 @@ class CORE_EXPORT Node : public EventTarget {
|
| kCreateOther = kDefaultNodeFlags,
|
| kCreateText = kDefaultNodeFlags | kIsTextFlag,
|
| kCreateContainer = kDefaultNodeFlags | kChildNeedsStyleRecalcFlag |
|
| - kChildNeedsReattachLayoutTree |
|
| kIsContainerFlag,
|
| kCreateElement = kCreateContainer | kIsElementFlag,
|
| kCreateShadowRoot =
|
|
|