| Index: Source/core/rendering/svg/SVGRenderTreeAsText.cpp
 | 
| diff --git a/Source/core/rendering/svg/SVGRenderTreeAsText.cpp b/Source/core/rendering/svg/SVGRenderTreeAsText.cpp
 | 
| index 940cfe859631f212c59426a59146c39958e90086..b5dbd72ce53ca996c120c7da359421558b3bafcf 100644
 | 
| --- a/Source/core/rendering/svg/SVGRenderTreeAsText.cpp
 | 
| +++ b/Source/core/rendering/svg/SVGRenderTreeAsText.cpp
 | 
| @@ -192,12 +192,7 @@ static TextStream& operator<<(TextStream& ts, const SVGMarkerOrientType& orientT
 | 
|      return ts;
 | 
|  }
 | 
|  
 | 
| -TextStream& operator<<(TextStream& ts, const Color& c)
 | 
| -{
 | 
| -    return ts << c.nameForRenderTreeAsText();
 | 
| -}
 | 
| -
 | 
| -// FIXME: Maybe this should be in KCanvasRenderingStyle.cpp
 | 
| +// FIXME: Maybe this should be in DashArray.cpp
 | 
|  static TextStream& operator<<(TextStream& ts, const DashArray& a)
 | 
|  {
 | 
|      ts << "{";
 | 
| 
 |