| Index: third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp b/third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp
|
| index 020b10607bcad1f963eb8cdc60688c02233ab418..785d4a52974a6d32d5d7450799830512559d7957 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp
|
| @@ -118,7 +118,7 @@ File* DataObjectItem::GetAsFile() const {
|
| if (source_ == kInternalSource) {
|
| if (file_)
|
| return file_.Get();
|
| - ASSERT(shared_buffer_);
|
| + DCHECK(shared_buffer_);
|
| // FIXME: This code is currently impossible--we never populate
|
| // m_sharedBuffer when dragging in. At some point though, we may need to
|
| // support correctly converting a shared buffer into a file.
|
|
|