diff --git a/src/debug_utils.cc b/src/debug_utils.cc index c8b3b11ee34d7a..8a85e066fd9e6f 100644 --- a/src/debug_utils.cc +++ b/src/debug_utils.cc @@ -254,7 +254,7 @@ class Win32SymbolDebuggingContext final : public NativeSymbolDebuggingContext { USE(GetLastError()); #endif // DEBUG } - return nullptr; + return {}; } SymbolInfo LookupSymbol(void* address) override {