| Index: Source/core/svg/SVGColor.h
|
| diff --git a/Source/core/svg/SVGColor.h b/Source/core/svg/SVGColor.h
|
| index 42875ed651673d783af09466b7e4140f94b1be03..8a7591f09733d2840a0f806de9079c8cd3b87eff 100644
|
| --- a/Source/core/svg/SVGColor.h
|
| +++ b/Source/core/svg/SVGColor.h
|
| @@ -94,7 +94,7 @@ private:
|
| };
|
|
|
| // This will catch anyone doing an unnecessary cast.
|
| -SVGColor* toSVGColor(const SVGColor*);
|
| +void toSVGColor(const SVGColor*);
|
|
|
| inline SVGColor* toSVGColor(CSSValue* value)
|
| {
|
| @@ -108,7 +108,6 @@ inline const SVGColor* toSVGColor(const CSSValue* value)
|
| return static_cast<const SVGColor*>(value);
|
| }
|
|
|
| -
|
| } // namespace WebCore
|
|
|
| #endif // SVGColor_h
|
|
|