| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f6ec5fa commit 7ac760b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1348,7 +1348,8 @@ void SecureContext::SetClientCertEngine( | |||
| 1348 | 1348 | CHECK_EQ(args.Length(), 1); | |
| 1349 | 1349 | CHECK(args[0]->IsString()); | |
| 1350 | 1350 | ||
| 1351 | - SecureContext* sc = Unwrap<SecureContext>(args.This()); | ||
| 1351 | + SecureContext* sc; | ||
| 1352 | + ASSIGN_OR_RETURN_UNWRAP(&sc, args.Holder()); | ||
| 1352 | 1353 | ||
| 1353 | 1354 | MarkPopErrorOnReturn mark_pop_error_on_return; | |
| 1354 | 1355 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments