Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: third_party/WebKit/Source/modules/filesystem/FileWriterSync.h

Issue 2524813003: WebKit: remove DCHECK_IS_ON from FileWriterSync. (Closed)
Patch Set: Reverted "Guard with #ifdefs" Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/filesystem/FileWriterSync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51568973c67e56e363055a2337b31ea5fdc8e6f1..91d49e04ff2d4b890b9a690d1b34e09e602385d8 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileWriterSync.h
+++ b/third_party/WebKit/Source/modules/filesystem/FileWriterSync.h
@@ -69,9 +69,7 @@ class FileWriterSync final : public GarbageCollectedFinalized<FileWriterSync>,
void prepareForWrite();
FileError::ErrorCode m_error;
-#if DCHECK_IS_ON()
bool m_complete;
-#endif
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/filesystem/FileWriterSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698