Index: Source/core/rendering/svg/SVGRenderTreeAsText.h |
diff --git a/Source/core/rendering/svg/SVGRenderTreeAsText.h b/Source/core/rendering/svg/SVGRenderTreeAsText.h |
index 716bc8999be341c94c6cec4f6f33523ce659b51d..055c587df579ff3f31110c1415584e13231d214a 100644 |
--- a/Source/core/rendering/svg/SVGRenderTreeAsText.h |
+++ b/Source/core/rendering/svg/SVGRenderTreeAsText.h |
@@ -59,7 +59,6 @@ void writeResources(TextStream&, const RenderObject&, int indent); |
// helper operators defined used in various classes to dump the render tree. |
TextStream& operator<<(TextStream&, const AffineTransform&); |
TextStream& operator<<(TextStream&, const Color&); |
-TextStream& operator<<(TextStream&, const FloatRect&); |
// helper operators specific to dumping the render tree. these are used in various classes to dump the render tree |
// these could be defined in separate namespace to avoid matching these generic signatures unintentionally. |