Chromium Code Reviews| Index: Source/modules/filesystem/FileWriterSync.h |
| diff --git a/Source/modules/filesystem/FileWriterSync.h b/Source/modules/filesystem/FileWriterSync.h |
| index f479ceb084831caef86bcea66a13cd7248410510..73cfe5e1e8a7b71cca06119a5dc5117dc9f18d16 100644 |
| --- a/Source/modules/filesystem/FileWriterSync.h |
| +++ b/Source/modules/filesystem/FileWriterSync.h |
| @@ -65,7 +65,7 @@ private: |
| void prepareForWrite(); |
| FileError::ErrorCode m_error; |
| -#ifndef NDEBUG |
| +#if ENABLE(ASSERT) |
| bool m_complete; |
| #endif |
| }; |