| Index: third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLIElement.cpp b/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| index 2724d976b29ac888f4d62085f6a98d037275f30d..924a08421c391dcfe69aba11699225a483faa9d5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLIElement.cpp
|
| @@ -91,9 +91,9 @@ void HTMLLIElement::parseAttribute(const QualifiedName& name, const AtomicString
|
| }
|
| }
|
|
|
| -void HTMLLIElement::attach(const AttachContext& context)
|
| +void HTMLLIElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| - HTMLElement::attach(context);
|
| + HTMLElement::attachLayoutTree(context);
|
|
|
| if (layoutObject() && layoutObject()->isListItem()) {
|
| LayoutLIItem liLayoutItem = LayoutLIItem(toLayoutListItem(layoutObject()));
|
|
|