| Index: Source/core/css/resolver/StyleAdjuster.cpp
|
| diff --git a/Source/core/css/resolver/StyleAdjuster.cpp b/Source/core/css/resolver/StyleAdjuster.cpp
|
| index 3cb5dd5aa9e48f4c4717bafc326dc095afa33423..28fa49265f61d30e6cea53537422583635087b36 100644
|
| --- a/Source/core/css/resolver/StyleAdjuster.cpp
|
| +++ b/Source/core/css/resolver/StyleAdjuster.cpp
|
| @@ -207,7 +207,7 @@ void StyleAdjuster::adjustComputedStyle(ComputedStyle& style, const ComputedStyl
|
| if (doesNotInheritTextDecoration(style, e))
|
| style.clearAppliedTextDecorations();
|
|
|
| - style.applyTextDecorations();
|
| + style.applyTextDecorations(parentStyle);
|
|
|
| if (style.overflowX() != OVISIBLE || style.overflowY() != OVISIBLE)
|
| adjustOverflow(style);
|
|
|