Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index 8484efb036a2c895e22da75f4cb0d693129da03f..69ac4d9d4b0914e752e3194d0fcd50463a2759c4 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -432,7 +432,7 @@ double Page::timerAlignmentInterval() const |
return m_timerAlignmentInterval; |
} |
-#if ASSERT_ENABLED |
+#if ENABLE(ASSERT) |
void Page::checkSubframeCountConsistency() const |
{ |
ASSERT(m_subframeCount >= 0); |