diff --git a/atom/node/osfhandle.cc b/atom/node/osfhandle.cc index 022acf186861..cb3dab613923 100644 --- a/atom/node/osfhandle.cc +++ b/atom/node/osfhandle.cc @@ -24,6 +24,8 @@ void ReferenceSymbols() { // for some reason, adding them to ForceSymbolReferences does not work, // probably because of VC++ bugs. v8::TracingCpuProfiler::Create(nullptr); + reinterpret_cast(nullptr)-> + canDispatchMethod(v8_inspector::StringView()); reinterpret_cast(nullptr)->unmuteMetrics(0); }