Index: Source/core/layout/svg/SVGLayoutSupport.cpp |
diff --git a/Source/core/layout/svg/SVGLayoutSupport.cpp b/Source/core/layout/svg/SVGLayoutSupport.cpp |
index 141588b0d31cb75aaf99c79aa0acda12b9b7c0da..94402772c43fcd801391e017899c83541891e947 100644 |
--- a/Source/core/layout/svg/SVGLayoutSupport.cpp |
+++ b/Source/core/layout/svg/SVGLayoutSupport.cpp |
@@ -49,7 +49,7 @@ static inline LayoutRect enclosingIntRectIfNotEmpty(const FloatRect& rect) |
{ |
if (rect.isEmpty()) |
return LayoutRect(); |
- return enclosingIntRect(rect); |
+ return LayoutRect(enclosingIntRect(rect)); |
} |
LayoutRect SVGLayoutSupport::clippedOverflowRectForPaintInvalidation(const LayoutObject* object, const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) |