Chromium Code Reviews| Index: Source/core/html/parser/HTMLTreeBuilder.h |
| diff --git a/Source/core/html/parser/HTMLTreeBuilder.h b/Source/core/html/parser/HTMLTreeBuilder.h |
| index 9c9dcdfae8def31d70cad8c15cdd4e690f53c008..06aaa3a93c56d92f1edd032f16275c150c354281 100644 |
| --- a/Source/core/html/parser/HTMLTreeBuilder.h |
| +++ b/Source/core/html/parser/HTMLTreeBuilder.h |
| @@ -214,7 +214,7 @@ private: |
| }; |
| bool m_framesetOk; |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| bool m_isAttached; |
| #endif |
| FragmentParsingContext m_fragmentContext; |