Chromium Code Reviews| Index: Source/platform/graphics/Path.h |
| diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h |
| index 0dcda81e533f65de597c8606afd88b6e5793aeb3..8e441f2fc3c260a1620c15e09d728ce20dc771e4 100644 |
| --- a/Source/platform/graphics/Path.h |
| +++ b/Source/platform/graphics/Path.h |
| @@ -155,7 +155,7 @@ private: |
| SkPath m_path; |
| }; |
| -#if ASSERT_ENABLED |
| +#if ENABLE(ASSERT) |
| PLATFORM_EXPORT bool ellipseIsRenderable(float startAngle, float endAngle); |
| #endif |