| Index: Source/core/editing/ApplyStyleCommand.cpp
|
| diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp
|
| index f141674f0dccd60e523740a9a121876654c30416..2f7af55e29305d77f18eda4059619e5de4cae184 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.cpp
|
| +++ b/Source/core/editing/ApplyStyleCommand.cpp
|
| @@ -1033,7 +1033,7 @@ void ApplyStyleCommand::applyInlineStyleToPushDown(Node* node, EditingStyle* sty
|
| newInlineStyle->mergeInlineStyleOfElement(toHTMLElement(node), EditingStyle::OverrideValues);
|
| }
|
|
|
| - // Since addInlineStyleIfNeeded can't add styles to block-flow render objects, add style attribute instead.
|
| + // Since addInlineStyleIfNeeded can't add styles to block-flow layout objects, add style attribute instead.
|
| // FIXME: applyInlineStyleToRange should be used here instead.
|
| if ((node->layoutObject()->isLayoutBlockFlow() || node->hasChildren()) && node->isHTMLElement()) {
|
| setNodeAttribute(toHTMLElement(node), styleAttr, AtomicString(newInlineStyle->style()->asText()));
|
|
|