| 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 8e3524044ca103e33cf5d111c4a2b2f9747bdf48..7aae88c83b5a16951b3eb756e306129b334a7f90 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -1665,7 +1665,7 @@ void Element::attachLayoutTree(const AttachContext& context) {
|
| data->clearComputedStyle();
|
| }
|
|
|
| - if (!isSlotOrActiveInsertionPoint())
|
| + if (!isActiveSlotOrActiveInsertionPoint())
|
| LayoutTreeBuilderForElement(*this, context.resolvedStyle)
|
| .createLayoutObjectIfNeeded();
|
|
|
|
|