Index: Source/modules/webdatabase/sqlite/SQLiteStatement.h |
diff --git a/Source/modules/webdatabase/sqlite/SQLiteStatement.h b/Source/modules/webdatabase/sqlite/SQLiteStatement.h |
index 4fec5ccf5f6e2d32d12bbda8ae9a6416933d6729..2ee054165265a79242223f42d9c3467ee9a5c297 100644 |
--- a/Source/modules/webdatabase/sqlite/SQLiteStatement.h |
+++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.h |
@@ -71,7 +71,7 @@ private: |
SQLiteDatabase& m_database; |
String m_query; |
sqlite3_stmt* m_statement; |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
bool m_isPrepared; |
#endif |
}; |