| Index: Source/core/css/CSSBasicShapes.cpp
|
| diff --git a/Source/core/css/CSSBasicShapes.cpp b/Source/core/css/CSSBasicShapes.cpp
|
| index f83dccbb1690e5c663e8065cfea7b0ed978bcaf4..e7f03f5c31abc281179e60dc69cf76fcbe92c7c4 100644
|
| --- a/Source/core/css/CSSBasicShapes.cpp
|
| +++ b/Source/core/css/CSSBasicShapes.cpp
|
| @@ -37,8 +37,6 @@ using namespace WTF;
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(CSSBasicShape);
|
| -
|
| static String buildRectangleString(const String& x, const String& y, const String& width, const String& height, const String& radiusX, const String& radiusY, const String& layoutBox)
|
| {
|
| const char opening[] = "rectangle(";
|
|
|