Index: third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.cpp b/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.cpp |
index 3bb73119331808a884f9eac5df782174ef75acd2..ee180e7361d10e585cb44dc0977bfe93eb025729 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.cpp |
@@ -14,7 +14,7 @@ |
namespace blink { |
ActiveScriptWrappableBase::ActiveScriptWrappableBase() { |
- ASSERT(ThreadState::Current()); |
+ DCHECK(ThreadState::Current()); |
v8::Isolate* isolate = ThreadState::Current()->GetIsolate(); |
V8PerIsolateData* isolate_data = V8PerIsolateData::From(isolate); |
isolate_data->AddActiveScriptWrappable(this); |