| Index: Source/core/html/HTMLBRElement.cpp
|
| diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp
|
| index 42165f037f50df7d82f2cbee3439148e15b048e5..a8747c80afc6b7f63bf6e0177f3d52ddc8d8aca9 100644
|
| --- a/Source/core/html/HTMLBRElement.cpp
|
| +++ b/Source/core/html/HTMLBRElement.cpp
|
| @@ -57,8 +57,9 @@ void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& na
|
| else
|
| addPropertyToPresentationAttributeStyle(style, CSSPropertyClear, value);
|
| }
|
| - } else
|
| + } else {
|
| HTMLElement::collectStyleForPresentationAttribute(name, value, style);
|
| + }
|
| }
|
|
|
| LayoutObject* HTMLBRElement::createLayoutObject(const ComputedStyle& style)
|
|
|