aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-12-18 14:55:16 -0800
committerJames M Snell <jasnell@gmail.com>2017-12-22 12:54:13 -0800
commitbbaea1236f9a788fcb3f76113dd0c3bae83a551b (patch)
tree40336c64222d30233f5a23b310e9c6b8ea3466da /src/env.h
parent6100e12667429acad1827b6d918e512e55a7a6a7 (diff)
downloadandroid-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.tar.gz
android-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.tar.bz2
android-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.zip
http2: convert Http2Settings to an AsyncWrap
PR-URL: https://github.com/nodejs/node/pull/17763 Refs: https://github.com/nodejs/node/issues/17746 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index 13517f75d9..04657e5c52 100644
--- a/src/env.h
+++ b/src/env.h
@@ -288,6 +288,7 @@ class ModuleWrap;
V(host_import_module_dynamically_callback, v8::Function) \
V(http2ping_constructor_template, v8::ObjectTemplate) \
V(http2stream_constructor_template, v8::ObjectTemplate) \
+ V(http2settings_constructor_template, v8::ObjectTemplate) \
V(inspector_console_api_object, v8::Object) \
V(module_load_list_array, v8::Array) \
V(pbkdf2_constructor_template, v8::ObjectTemplate) \