Commit e9d19ac 1 parent 8977a87 commit e9d19ac Copy full SHA for e9d19ac
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ void ContextifyScript::RunInContext(const FunctionCallbackInfo<Value>& args) {
858
858
CHECK (args[0 ]->IsObject () || args[0 ]->IsNull ());
859
859
860
860
Local<Context> context;
861
- std::shared_ptr<v8:: MicrotaskQueue> microtask_queue;
861
+ std::shared_ptr<MicrotaskQueue> microtask_queue;
862
862
863
863
if (args[0 ]->IsObject ()) {
864
864
Local<Object> sandbox = args[0 ].As <Object>();
@@ -1242,7 +1242,7 @@ static void MeasureMemory(const FunctionCallbackInfo<Value>& args) {
1242
1242
static_cast <v8::MeasureMemoryMode>(mode));
1243
1243
isolate->MeasureMemory (std::move (delegate),
1244
1244
static_cast <v8::MeasureMemoryExecution>(execution));
1245
- v8:: Local<v8:: Promise> promise = resolver->GetPromise ();
1245
+ Local<Promise> promise = resolver->GetPromise ();
1246
1246
1247
1247
args.GetReturnValue ().Set (promise);
1248
1248
}
You can’t perform that action at this time.
0 commit comments