Chromium Code Reviews| Index: Source/core/page/Page.h |
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
| index 0f1d2143a1fd0d446cfd0415eb4a82f5c947f702..bae0e1a60405da3fbbbbd02fec069398cf2bc7b0 100644 |
| --- a/Source/core/page/Page.h |
| +++ b/Source/core/page/Page.h |
| @@ -234,7 +234,7 @@ protected: |
| private: |
| void initGroup(); |
| -#if ASSERT_ENABLED |
| +#if ENABLE(ASSERT) |
| void checkSubframeCountConsistency() const; |
| #else |
| void checkSubframeCountConsistency() const { } |