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

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

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months 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
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
};

Powered by Google App Engine
This is Rietveld 408576698