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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp

Issue 2810513002: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in modules/filesystem (Closed)
Patch Set: split Created 3 years, 8 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/DraggedIsolatedFileSystemImpl.cpp
diff --git a/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp b/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp
index ee3cf21b12766e59ab27f9232e6feb0e4d81e32b..6a49fe464f222ed216161d195a276dd9dfcf5551 100644
--- a/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp
+++ b/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp
@@ -58,7 +58,7 @@ DOMFileSystem* DraggedIsolatedFileSystemImpl::GetDOMFileSystem(
// static
const char* DraggedIsolatedFileSystemImpl::SupplementName() {
- ASSERT(IsMainThread());
+ DCHECK(IsMainThread());
return "DraggedIsolatedFileSystemImpl";
}

Powered by Google App Engine
This is Rietveld 408576698