Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index be1ffd4d3afd9cf5aac4846b8baef7d314021630..6b1158c3a4c0cb203121f6a6613745da0bd12d98 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -137,7 +137,7 @@ Page::Page(PageClients& pageClients) |
, m_timerAlignmentInterval(DOMTimer::visiblePageAlignmentInterval()) |
, m_visibilityState(PageVisibilityStateVisible) |
, m_isCursorVisible(true) |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
, m_isPainting(false) |
#endif |
, m_frameHost(FrameHost::create(*this)) |