| 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 2416ae90fb201fa41604d9214e9d886fa1e64c08..b760a224d68981f947b47a659100813e09aca2b8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp
|
| @@ -72,7 +72,7 @@ void HTMLOptGroupElement::parseAttribute(const QualifiedName& name, const Atomic
|
| void HTMLOptGroupElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| if (context.resolvedStyle) {
|
| - ASSERT(!m_style || m_style == context.resolvedStyle);
|
| + DCHECK(!m_style || m_style == context.resolvedStyle);
|
| m_style = context.resolvedStyle;
|
| }
|
| HTMLElement::attachLayoutTree(context);
|
|
|