| Index: third_party/WebKit/Source/core/clipboard/Pasteboard.cpp
|
| diff --git a/third_party/WebKit/Source/core/clipboard/Pasteboard.cpp b/third_party/WebKit/Source/core/clipboard/Pasteboard.cpp
|
| index 426f7f56acd5b803327f28557677aee6da66c5ac..a706221fe3bdcb12bf6de73de537e04eecd1eb17 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/Pasteboard.cpp
|
| +++ b/third_party/WebKit/Source/core/clipboard/Pasteboard.cpp
|
| @@ -73,7 +73,7 @@ void Pasteboard::WritePlainText(const String& text, SmartReplaceOption) {
|
| void Pasteboard::WriteImage(Image* image,
|
| const KURL& url,
|
| const String& title) {
|
| - ASSERT(image);
|
| + DCHECK(image);
|
|
|
| const WebImage web_image(image);
|
| if (web_image.IsNull())
|
|
|