Chromium Code Reviews| Index: Source/modules/indexeddb/IDBKeyPath.cpp |
| diff --git a/Source/modules/indexeddb/IDBKeyPath.cpp b/Source/modules/indexeddb/IDBKeyPath.cpp |
| index 815ecc9cc4b71ebfa8ecb724993f44fd5c603b4f..d85d24e1d57e97754f93c03a919b37e3e4d6dcc2 100644 |
| --- a/Source/modules/indexeddb/IDBKeyPath.cpp |
| +++ b/Source/modules/indexeddb/IDBKeyPath.cpp |
| @@ -204,7 +204,7 @@ IDBKeyPath::IDBKeyPath(const Vector<String>& array) |
| : m_type(ArrayType) |
| , m_array(array) |
| { |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| for (size_t i = 0; i < m_array.size(); ++i) |
| ASSERT(!m_array[i].isNull()); |
| #endif |