Index: src/global-handles.cc |
diff --git a/src/global-handles.cc b/src/global-handles.cc |
index f1790b62497166c17103134b401f0352993c40c8..dffa2371136bf57eb05838dfcbb7c82622b6e1df 100644 |
--- a/src/global-handles.cc |
+++ b/src/global-handles.cc |
@@ -891,7 +891,7 @@ void ObjectGroupsTracer::PrintConstructor(JSObject* js_object) { |
if (name->length() == 0) name = constructor->shared()->inferred_name(); |
PrintF("%s", name->ToCString().get()); |
- } else if (maybe_constructor->IsNull()) { |
+ } else if (maybe_constructor->IsNull(isolate_)) { |
if (js_object->IsOddball()) { |
PrintF("<oddball>"); |
} else { |