| Index: third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMURL.cpp b/third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| index ce37ba6da33ff0fa0d2078ada787ca4692aa8fa5..e0679ba650f8e1e82540b1aaa50af0a9466605d9 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMURL.cpp
|
| @@ -62,7 +62,7 @@ void DOMURL::setInput(const String& value)
|
|
|
| String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
|
| {
|
| - ASSERT(blob);
|
| + DCHECK(blob);
|
| if (!executionContext)
|
| return String();
|
| if (blob->hasBeenClosed()) {
|
|
|