Index: www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp =================================================================== --- www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (nonexistent) +++ www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp (working copy) @@ -0,0 +1,11 @@ +--- Source/WebCore/rendering/shapes/BoxShape.cpp.orig 2015-07-22 12:37:57 UTC ++++ Source/WebCore/rendering/shapes/BoxShape.cpp +@@ -43,7 +43,7 @@ static inline LayoutUnit adjustRadiusFor + + LayoutUnit ratio = radius / margin; + if (ratio < 1) +- return radius + (margin * (1 + pow(ratio - 1, 3))); ++ return radius + (margin * (1 + pow(static_cast(ratio) - 1, 3))); + + return radius + margin; + } Property changes on: www/webkit2-gtk3/files/patch-Source_WebCore_rendering_shapes_BoxShape.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property