| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 29492e2 commit b271cc5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -120,7 +120,7 @@ void ModuleWrap::New(const FunctionCallbackInfo<Value>& args) { | |||
| 120 | 120 | Local<Context> context; | |
| 121 | 121 | ContextifyContext* contextify_context = nullptr; | |
| 122 | 122 | if (args[1]->IsUndefined()) { | |
| 123 | - context = that->GetCreationContext().ToLocalChecked(); | ||
| 123 | + context = that->GetCreationContextChecked(); | ||
| 124 | 124 | } else { | |
| 125 | 125 | CHECK(args[1]->IsObject()); | |
| 126 | 126 | contextify_context = ContextifyContext::ContextFromContextifiedSandbox( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments