diff --git a/src/node.cc b/src/node.cc index c3a78b30153ec2..2c323be9f26da3 100644 --- a/src/node.cc +++ b/src/node.cc @@ -295,10 +295,13 @@ static struct { "so event tracing is not available.\n"); } void StopTracingAgent() {} +#endif // !NODE_USE_V8_PLATFORM + +#if !NODE_USE_V8_PLATFORM || !HAVE_INSPECTOR bool InspectorStarted(Environment *env) { return false; } -#endif // !NODE_USE_V8_PLATFORM +#endif // !NODE_USE_V8_PLATFORM || !HAVE_INSPECTOR } v8_platform; #ifdef __POSIX__