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:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 63468e4f18d..8f781035602 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -447,8 +447,7 @@ class KeyObjectData {
class KeyObjectHandle : public BaseObject {
public:
- static v8::Local<v8::Function> Initialize(Environment* env,
- v8::Local<v8::Object> target);
+ static v8::Local<v8::Function> Initialize(Environment* env);
static v8::MaybeLocal<v8::Object> Create(Environment* env,
std::shared_ptr<KeyObjectData> data);