| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 063f00587345fd601d2cae24e9a3fc5cb22fd150..9c88706ebe02770c677052dc00e5242c8c3be3ac 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -802,7 +802,7 @@ public:
|
| RenderStyle* firstLineStyle() const;
|
| RenderStyle* style(bool firstLine) const;
|
|
|
| - inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty) const
|
| + static inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty)
|
| {
|
| return styleToUse->visitedDependentColor(colorProperty);
|
| }
|
|
|