| Index: third_party/WebKit/Source/modules/filesystem/FileWriterSync.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriterSync.h b/third_party/WebKit/Source/modules/filesystem/FileWriterSync.h
|
| index 5b291f3d861b94c374eb7667906368fe80148b57..67158d66595f12aef71fb21a17b981a582726f77 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileWriterSync.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileWriterSync.h
|
| @@ -72,7 +72,7 @@ private:
|
| void prepareForWrite();
|
|
|
| FileError::ErrorCode m_error;
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool m_complete;
|
| #endif
|
| };
|
|
|