Chromium Code Reviews| Index: Source/wtf/text/StringImpl.h |
| diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h |
| index 727c6d98cfc81cdb11a9a6d4ca39241c1e6d5f46..2c35a29413685f9f03114ef3759f841a3612a8e5 100644 |
| --- a/Source/wtf/text/StringImpl.h |
| +++ b/Source/wtf/text/StringImpl.h |
| @@ -427,7 +427,7 @@ private: |
| static unsigned m_highestStaticStringLength; |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| void assertHashIsCorrect() |
| { |
| ASSERT(hasHash()); |