Chromium Code Reviews| Index: Source/core/layout/style/LayoutStyle.cpp |
| diff --git a/Source/core/layout/style/LayoutStyle.cpp b/Source/core/layout/style/LayoutStyle.cpp |
| index e7785d0602a70f124e9c430411684cb941e5bf10..5968364c60171d521c4cd527422bc7de33fb31c7 100644 |
| --- a/Source/core/layout/style/LayoutStyle.cpp |
| +++ b/Source/core/layout/style/LayoutStyle.cpp |
| @@ -1290,7 +1290,7 @@ void LayoutStyle::applyTextDecorations() |
| return; |
| TextDecorationStyle style = textDecorationStyle(); |
| - StyleColor styleColor = decorationColorIncludingFallback(insideLink() == InsideVisitedLink); |
| + StyleColor styleColor = visitedDependentColor(CSSPropertyTextDecorationColor); |
|
Timothy Loh
2015/02/22 22:49:37
visitedDependentColor returns a Color and not a St
samahto
2015/02/24 19:12:43
Acknowledged.
|
| int decorations = textDecoration(); |