Index: Source/core/svg/SVGPaint.h |
diff --git a/Source/core/svg/SVGPaint.h b/Source/core/svg/SVGPaint.h |
index 9d6379be521004414ebed00aa1c0e6231f9a2a5c..e7a5766261fd70f3ae213cf7cf17d644f72be328 100644 |
--- a/Source/core/svg/SVGPaint.h |
+++ b/Source/core/svg/SVGPaint.h |
@@ -117,7 +117,7 @@ private: |
}; |
// This will catch anyone doing an unnecessary cast. |
-SVGPaint* toSVGPaint(const SVGColor*); |
+void toSVGPaint(const SVGColor*); |
tkent
2013/10/16 21:54:11
Ditto.
gyuyoung-inactive
2013/10/17 00:03:18
ditto.
|
inline SVGPaint* toSVGPaint(CSSValue* value) |
{ |