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