summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index d2bdd40ed2..96292b4278 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -310,7 +310,7 @@ class SSLWrap {
ClientHelloParser hello_parser_;
v8::Global<v8::ArrayBufferView> ocsp_response_;
- v8::Global<v8::Value> sni_context_;
+ BaseObjectPtr<SecureContext> sni_context_;
friend class SecureContext;
};