Index: src/inspector/v8-debugger.cc |
diff --git a/src/inspector/v8-debugger.cc b/src/inspector/v8-debugger.cc |
index 4aaf5592c7bc03824b9994a84b7475feaa1fcc46..b3657e577cfc66cf0917f05e57f9243ac6d17b7c 100644 |
--- a/src/inspector/v8-debugger.cc |
+++ b/src/inspector/v8-debugger.cc |
@@ -550,7 +550,7 @@ v8::Local<v8::Value> V8Debugger::callInternalGetterFunction( |
.ToLocalChecked(); |
DCHECK(!getterValue.IsEmpty() && getterValue->IsFunction()); |
return v8::Local<v8::Function>::Cast(getterValue) |
- ->Call(m_isolate->GetCurrentContext(), object, 0, 0) |
+ ->Call(m_isolate->GetCurrentContext(), object, 0, nullptr) |
.ToLocalChecked(); |
} |