Index: Source/platform/graphics/Path.cpp |
diff --git a/Source/platform/graphics/Path.cpp b/Source/platform/graphics/Path.cpp |
index 1fb35c058621dc9bf19e4bf90f3aaed9956b8a72..44c455e4e2a03f67516310829b6238b8bd9e3d06 100644 |
--- a/Source/platform/graphics/Path.cpp |
+++ b/Source/platform/graphics/Path.cpp |
@@ -487,7 +487,7 @@ bool Path::unionPath(const Path& other) |
return Op(m_path, other.m_path, kUnion_PathOp, &m_path); |
} |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
bool ellipseIsRenderable(float startAngle, float endAngle) |
{ |
return (std::abs(endAngle - startAngle) < twoPiFloat) |