| Index: third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.cpp b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| index 424e89ef1ae320566eedb4c4c705890a6fa2b75a..a8fbed8f8782e14537e43adf5d74f6409c0be929 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| @@ -115,11 +115,11 @@ void PseudoElement::dispose()
|
| removedFrom(parent);
|
| }
|
|
|
| -void PseudoElement::attach(const AttachContext& context)
|
| +void PseudoElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| DCHECK(!layoutObject());
|
|
|
| - Element::attach(context);
|
| + Element::attachLayoutTree(context);
|
|
|
| LayoutObject* layoutObject = this->layoutObject();
|
| if (!layoutObject)
|
|
|