| Index: third_party/WebKit/Source/core/clipboard/DataObject.h
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObject.h b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| index 24d994a94dd67eee539ab20190c9c96d02f7b623..2d699c5a2fe10eb9493ec9d01052e094866e7ed7 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| @@ -98,7 +98,7 @@ class CORE_EXPORT DataObject : public GarbageCollectedFinalized<DataObject>,
|
| filesystem_id_ = file_system_id;
|
| }
|
| const String& FilesystemId() const {
|
| - ASSERT(!filesystem_id_.IsEmpty());
|
| + DCHECK(!filesystem_id_.IsEmpty());
|
| return filesystem_id_;
|
| }
|
|
|
|
|