| Index: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| index 90e4221c16c3c86f203ecf958624440bb553e9a0..0b4bbc5338a574c0a19dcf353a24a98d12a34414 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp
|
| @@ -382,7 +382,8 @@ void StyleAdjuster::adjustComputedStyle(ComputedStyle& style, const ComputedStyl
|
|
|
| if (doesNotInheritTextDecoration(style, element))
|
| style.clearAppliedTextDecorations();
|
| -
|
| + else
|
| + style.restoreParentTextDecorations(parentStyle);
|
| style.applyTextDecorations();
|
|
|
| // Cull out any useless layers and also repeat patterns into additional layers.
|
|
|