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*); |
tkent
2013/10/16 21:54:11
This change doesn't look related to this CL.
gyuyoung-inactive
2013/10/17 00:03:18
If you think so, I will fix this in other CL.
|
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 |