Index: Source/WebCore/editing/markup.cpp |
=================================================================== |
--- Source/WebCore/editing/markup.cpp (revision 86683) |
+++ Source/WebCore/editing/markup.cpp (working copy) |
@@ -465,7 +465,7 @@ |
RefPtr<CSSMutableStyleDeclaration> style = styleFromMatchedRulesAndInlineDecl(node); |
if (!style) |
return false; |
- return !propertyMissingOrEqualToNone(style.get(), CSSPropertyTextDecoration) || (!node->isBlockFlow() && !Editor::hasTransparentBackgroundColor(style.get())); |
+ return !propertyMissingOrEqualToNone(style.get(), CSSPropertyTextDecoration) || !Editor::hasTransparentBackgroundColor(style.get()); |
} |
static bool shouldIncludeWrapperForFullySelectedRoot(Node* fullySelectedRoot, CSSMutableStyleDeclaration* style) |