Index: Source/core/css/CSSTokenizer-in.cpp |
diff --git a/Source/core/css/CSSTokenizer-in.cpp b/Source/core/css/CSSTokenizer-in.cpp |
index 3b8aef115aeff15460834d7984636a6928be5ff0..d1f390f15610d8b3e2729476c5836bb812841621 100644 |
--- a/Source/core/css/CSSTokenizer-in.cpp |
+++ b/Source/core/css/CSSTokenizer-in.cpp |
@@ -1130,7 +1130,7 @@ int CSSTokenizer::realLex(void* yylvalWithoutType) |
// The input buffer is terminated by a \0 character, so |
// it is safe to read one character ahead of a known non-null. |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
// In debug we check with an ASSERT that the length is > 0 for string types. |
yylval->string.clear(); |
#endif |