Chromium Code Reviews| Index: Source/platform/graphics/Path.h |
| diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h |
| index 431f03d206cb85bf96fcece92237ce572b5482d4..f6bdd439bb587aa3c7d951f4a6a459f35431b98e 100644 |
| --- a/Source/platform/graphics/Path.h |
| +++ b/Source/platform/graphics/Path.h |
| @@ -152,7 +152,7 @@ private: |
| SkPath m_path; |
| }; |
| -#if !ASSERT_DISABLED |
| +#if ASSERT_ENABLED |
| PLATFORM_EXPORT bool ellipseIsRenderable(float startAngle, float endAngle); |
| #endif |