| Index: Source/core/editing/ApplyStyleCommand.cpp
|
| diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp
|
| index cdeb208a108bb36141bb389e5fb3119a78e28513..76c92960f19c64019cfc738b37c2bade843f60b5 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.cpp
|
| +++ b/Source/core/editing/ApplyStyleCommand.cpp
|
| @@ -998,7 +998,7 @@ void ApplyStyleCommand::applyInlineStyleToPushDown(Node* node, EditingStyle* sty
|
|
|
| node->document().updateStyleIfNeeded();
|
|
|
| - if (!style || style->isEmpty() || !node->renderer())
|
| + if (!style || style->isEmpty() || !node->renderer() || node->hasTagName(iframeTag))
|
| return;
|
|
|
| RefPtr<EditingStyle> newInlineStyle = style;
|
|
|