Skip to content

Commit dcc2192

Browse files
committed
fix: wrong set_prototype prefix
1 parent bed9864 commit dcc2192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js_native_api_v8.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ napi_status NAPI_CDECL napi_strict_equals(napi_env env,
15671567
return GET_RETURN_STATUS(env);
15681568
}
15691569

1570-
napi_status NAPI_CDECL napi_set_prototype(napi_env env,
1570+
napi_status NAPI_CDECL node_api_set_prototype(napi_env env,
15711571
napi_value object,
15721572
napi_value value) {
15731573
NAPI_PREAMBLE(env);

0 commit comments

Comments
 (0)