diff options
Diffstat (limited to 'chromium/base/files/file.cc')
-rw-r--r-- | chromium/base/files/file.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/base/files/file.cc b/chromium/base/files/file.cc index 1b2224e323e..672950045a0 100644 --- a/chromium/base/files/file.cc +++ b/chromium/base/files/file.cc @@ -71,7 +71,6 @@ File File::CreateForAsyncHandle(PlatformFile platform_file) { } File& File::operator=(File&& other) { - DCHECK_NE(this, &other); Close(); SetPlatformFile(other.TakePlatformFile()); tracing_path_ = other.tracing_path_; |