Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-16 21:34:43 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2019-02-01 02:43:25 +0300
commit99c3243b229d4e552eadf1abf296440e20c604f8 (patch)
tree7487ab41386a1b17d50b2d0b6c342e12e17fe5a0 /src/inspector
parent5d4b085b1be6094317de536858c3e7d8cbbae848 (diff)
src: move v8_platform implementation into node_v8_platform-inl.h
So that the v8_platform global variable can be referenced in other files. PR-URL: https://github.com/nodejs/node/pull/25541 Reviewed-By: Gus Caplan <me@gus.host>
Diffstat (limited to 'src/inspector')
-rw-r--r--src/inspector/tracing_agent.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspector/tracing_agent.cc b/src/inspector/tracing_agent.cc
index 79fccbf8aa4..fb8467a1b9d 100644
--- a/src/inspector/tracing_agent.cc
+++ b/src/inspector/tracing_agent.cc
@@ -1,6 +1,7 @@
#include "tracing_agent.h"
#include "main_thread_interface.h"
#include "node_internals.h"
+#include "node_v8_platform-inl.h"
#include "env-inl.h"
#include "v8.h"