Index: Source/platform/graphics/Path.cpp |
diff --git a/Source/platform/graphics/Path.cpp b/Source/platform/graphics/Path.cpp |
index a22acbef2a5438fea9de68f1e25753c4162510cc..f2cb7cda8e69cbc064e36dc7eaf631efae562e48 100644 |
--- a/Source/platform/graphics/Path.cpp |
+++ b/Source/platform/graphics/Path.cpp |
@@ -497,7 +497,7 @@ bool Path::unionPath(const Path& other) |
return Op(m_path, other.m_path, kUnion_PathOp, &m_path); |
} |
-#if ASSERT_ENABLED |
+#if ENABLE(ASSERT) |
bool ellipseIsRenderable(float startAngle, float endAngle) |
{ |
return (std::abs(endAngle - startAngle) < twoPiFloat) |