Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index c1aa28b6afb077bdbfed01bd708b3009fffb6f4a..73d68ebad551aebb2fd4b0b61daf2741113fc127 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -227,10 +227,10 @@ protected: |
private: |
void initGroup(); |
-#if ASSERT_DISABLED |
- void checkSubframeCountConsistency() const { } |
-#else |
+#if ASSERT_ENABLED |
void checkSubframeCountConsistency() const; |
+#else |
+ void checkSubframeCountConsistency() const { } |
#endif |
void setTimerAlignmentInterval(double); |