| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| index 1d312a87b970b9f592687f10fc5e2e1e0b0ddd1f..83461d3c872b7d433387fbff2b4350dee1d7f569 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -204,7 +204,7 @@ void ElementShadow::attach(const Node::AttachContext& context)
|
|
|
| for (ShadowRoot* root = &youngestShadowRoot(); root; root = root->olderShadowRoot()) {
|
| if (root->needsAttach())
|
| - root->attach(childrenContext);
|
| + root->attachLayoutTree(childrenContext);
|
| }
|
| }
|
|
|
|
|