| Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp
|
| index 79806ce88199b8025c14243311e9eef602de3e3d..3eb3c97b5fe2d99b06cca63510366575da1eda1a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp
|
| @@ -69,13 +69,13 @@ void HTMLOptGroupElement::parseAttribute(const QualifiedName& name, const Atomic
|
| }
|
| }
|
|
|
| -void HTMLOptGroupElement::attach(const AttachContext& context)
|
| +void HTMLOptGroupElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| if (context.resolvedStyle) {
|
| ASSERT(!m_style || m_style == context.resolvedStyle);
|
| m_style = context.resolvedStyle;
|
| }
|
| - HTMLElement::attach(context);
|
| + HTMLElement::attachLayoutTree(context);
|
| }
|
|
|
| void HTMLOptGroupElement::detach(const AttachContext& context)
|
|
|