Chromium Code Reviews| Index: Source/core/page/Page.cpp |
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
| index eb0883dea89b2fe6b8e157587a0fc3a778f1cc25..d085c01474403b0cd6e9cc7e28273f65b9bee81e 100644 |
| --- a/Source/core/page/Page.cpp |
| +++ b/Source/core/page/Page.cpp |
| @@ -420,7 +420,7 @@ double Page::timerAlignmentInterval() const |
| return m_timerAlignmentInterval; |
| } |
| -#if !ASSERT_DISABLED |
| +#if ASSERT_ENABLED |
| void Page::checkSubframeCountConsistency() const |
| { |
| ASSERT(m_subframeCount >= 0); |