Index: Source/core/fetch/FontResource.cpp |
diff --git a/Source/core/fetch/FontResource.cpp b/Source/core/fetch/FontResource.cpp |
index 01977956d81f2dad792ce3c56a0a5c5f341ca7ed..a38d2838ff0f37afcb7ce456b4f336c03417df4c 100644 |
--- a/Source/core/fetch/FontResource.cpp |
+++ b/Source/core/fetch/FontResource.cpp |
@@ -178,7 +178,7 @@ SVGFontElement* FontResource::getSVGFontById(const String& fontName) const |
if (!collectionLength) |
return 0; |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
for (unsigned i = 0; i < collectionLength; ++i) { |
ASSERT(collection->item(i)); |
ASSERT(isSVGFontElement(collection->item(i))); |