Commit cd1d285
fix: Leave context after Runtime::PrepareV8Runtime()
In PrepareV8Runtime() we enter the context but never leave it. This is
mostly harmless but fails a DCHECK because when we leave the scope of the
Locker, there is not supposed to be an entered context.1 parent 6cdc705 commit cd1d285
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
0 commit comments