| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index f83e25bb3561b6aeae0ec82f1ad284b49f27e541..fe16e459095e2dc4a2acb2447d8c1b8399b6c1e4 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -1512,7 +1512,8 @@ public:
|
| bool lastChildState() const { return noninherited_flags.lastChildState; }
|
| void setLastChildState() { setUnique(); noninherited_flags.lastChildState = true; }
|
|
|
| - StyleColor visitedDependentDecorationColor() const;
|
| + StyleColor visitedDependentDecorationStyleColor() const;
|
| + Color visitedDependentDecorationColor() const;
|
| Color visitedDependentColor(int colorProperty) const;
|
|
|
| void setHasExplicitlyInheritedProperties() { noninherited_flags.explicitInheritance = true; }
|
|
|