Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index f0448352b7ddc7f9a772903411dfd0d9cc57b31c..eb3b0d3cea35440e873811c6df64ea76ed5a33a7 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -1516,7 +1516,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; } |