Index: Source/core/rendering/InlineBox.cpp |
diff --git a/Source/core/rendering/InlineBox.cpp b/Source/core/rendering/InlineBox.cpp |
index 4014c7383957c102001093d6694d0a896516aa94..e1b3512fee981bf5e6dd363f05278e54c13639b4 100644 |
--- a/Source/core/rendering/InlineBox.cpp |
+++ b/Source/core/rendering/InlineBox.cpp |
@@ -40,14 +40,14 @@ struct SameSizeAsInlineBox { |
FloatPoint b; |
float c; |
uint32_t d : 32; |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
bool f; |
#endif |
}; |
COMPILE_ASSERT(sizeof(InlineBox) == sizeof(SameSizeAsInlineBox), InlineBox_size_guard); |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
InlineBox::~InlineBox() |
{ |