| Index: Source/core/html/HTMLDivElement.cpp
|
| diff --git a/Source/core/html/HTMLDivElement.cpp b/Source/core/html/HTMLDivElement.cpp
|
| index dd50ee1a51f3c0270eab985c4c2463249891c3df..9622f000c23edf1bcc34a058c2c1a009079a8690 100644
|
| --- a/Source/core/html/HTMLDivElement.cpp
|
| +++ b/Source/core/html/HTMLDivElement.cpp
|
| @@ -49,8 +49,9 @@ void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& n
|
| addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitRight);
|
| else
|
| addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
|
| - } else
|
| + } else {
|
| HTMLElement::collectStyleForPresentationAttribute(name, value, style);
|
| + }
|
| }
|
|
|
| }
|
|
|