Index: Source/core/rendering/shapes/BoxShapeTest.cpp |
diff --git a/Source/core/rendering/shapes/BoxShapeTest.cpp b/Source/core/rendering/shapes/BoxShapeTest.cpp |
index 33af931ece1d9334160bb007b9b68e4ef70de062..fc8d3cc64f38f68adb10396ee61ab04ab37778df 100644 |
--- a/Source/core/rendering/shapes/BoxShapeTest.cpp |
+++ b/Source/core/rendering/shapes/BoxShapeTest.cpp |
@@ -43,7 +43,7 @@ protected: |
PassOwnPtr<Shape> createBoxShape(const RoundedRect& bounds, float shapeMargin, float shapePadding) |
{ |
- return Shape::createLayoutBoxShape(bounds, TopToBottomWritingMode, Length(shapeMargin, Fixed), Length(shapePadding, Fixed)); |
+ return Shape::createBoxShape(bounds, TopToBottomWritingMode, Length(shapeMargin, Fixed), Length(shapePadding, Fixed)); |
} |
}; |