Index: third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.cpp b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.cpp |
index 6d36f4b6e14dd3229df9b34f73caca632ad84db6..bf2ee60244b978cdf2331408566deb0e8b4b16ad 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.cpp |
@@ -44,7 +44,7 @@ std::unique_ptr<V0CustomElementBinding> V0CustomElementBinding::Create( |
V0CustomElementBinding::V0CustomElementBinding(v8::Isolate* isolate, |
v8::Local<v8::Object> prototype) |
: prototype_(isolate, prototype) { |
- ASSERT(!prototype_.IsEmpty()); |
+ DCHECK(!prototype_.IsEmpty()); |
} |
V0CustomElementBinding::~V0CustomElementBinding() {} |