summaryrefslogtreecommitdiff
path: root/src/node_contextify.h
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2018-11-30 08:13:45 -0600
committerGus Caplan <me@gus.host>2018-12-03 10:25:06 -0600
commitf084e06de7b03750a80925a7aa1aefe3aed47504 (patch)
treea014956efe76cd2c1273811eb5efd4d30f784b94 /src/node_contextify.h
parentdbdc9081fa723f62126ef857ee9365425e41dd9f (diff)
downloadandroid-node-v8-f084e06de7b03750a80925a7aa1aefe3aed47504.tar.gz
android-node-v8-f084e06de7b03750a80925a7aa1aefe3aed47504.tar.bz2
android-node-v8-f084e06de7b03750a80925a7aa1aefe3aed47504.zip
src: use custom TryCatch subclass
PR-URL: https://github.com/nodejs/node/pull/24751 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'src/node_contextify.h')
-rw-r--r--src/node_contextify.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/node_contextify.h b/src/node_contextify.h
index 68ba2707f8..9884a62741 100644
--- a/src/node_contextify.h
+++ b/src/node_contextify.h
@@ -3,9 +3,10 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
-#include "node_internals.h"
-#include "node_context_data.h"
#include "base_object-inl.h"
+#include "node_context_data.h"
+#include "node_errors.h"
+#include "node_internals.h"
namespace node {
namespace contextify {