summaryrefslogtreecommitdiff
path: root/src/node_worker.h
diff options
context:
space:
mode:
authorShelley Vohr <shelley.vohr@gmail.com>2019-10-18 10:56:24 -0700
committerAnna Henningsen <anna@addaleax.net>2019-10-21 14:10:18 +0200
commit71b342f93725a9bba5fa1f83a9f0fa88a482d759 (patch)
tree23b74938c98b94462ce1dd118f4518b03e5fb748 /src/node_worker.h
parent701933ca8f943604af245c4e066cf6f3d4ecbcc2 (diff)
downloadnode-new-71b342f93725a9bba5fa1f83a9f0fa88a482d759.tar.gz
src: fewer uses of NODE_USE_V8_PLATFORM
PR-URL: https://github.com/nodejs/node/pull/30029 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'src/node_worker.h')
-rw-r--r--src/node_worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_worker.h b/src/node_worker.h
index ffc4f19882..77f68801e7 100644
--- a/src/node_worker.h
+++ b/src/node_worker.h
@@ -65,7 +65,7 @@ class Worker : public AsyncWrap {
bool start_profiler_idle_notifier_;
uv_thread_t tid_;
-#if NODE_USE_V8_PLATFORM && HAVE_INSPECTOR
+#if HAVE_INSPECTOR
std::unique_ptr<inspector::ParentInspectorHandle> inspector_parent_handle_;
#endif