| 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";
|
| }
|
|
|
|
|