Chromium Code Reviews| Index: Source/core/dom/NoEventDispatchAssertion.h |
| diff --git a/Source/core/dom/NoEventDispatchAssertion.h b/Source/core/dom/NoEventDispatchAssertion.h |
| index a495212c2751f15adc5a56a12872704e48ad220f..17284891e0ed6ba9f12ff4b4c0848a1d1b3e9bc5 100644 |
| --- a/Source/core/dom/NoEventDispatchAssertion.h |
| +++ b/Source/core/dom/NoEventDispatchAssertion.h |
| @@ -10,7 +10,7 @@ |
| namespace WebCore { |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| class NoEventDispatchAssertion { |
| public: |
| @@ -69,7 +69,7 @@ public: |
| }; |
| }; |
| -#endif // NDEBUG |
| +#endif // ENABLE(ASSERT) |
| } // namespace WebCore |