Fix missing of symbols when linking win32 build

This commit is contained in:
Cheng Zhao 2017-02-07 09:14:50 +09:00
parent 8359c72347
commit 85e84cc0da

View file

@ -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<v8_inspector::V8InspectorSession*>(nullptr)->
canDispatchMethod(v8_inspector::StringView());
reinterpret_cast<v8_inspector::V8InspectorClient*>(nullptr)->unmuteMetrics(0);
}