Commit 3dcc9b9
committed
v8: unbreak
The security fix from commit 6b92a71 also back-ported the test case.
Said test case relies on API that is only available in newer versions
of V8 and, as a result, broke the `make native` and `make <arch.mode>`
builds. This commit reverts that part of the back-port. Fixes the
following build error:
../test/cctest/test-api.cc: In function ‘void TestRegress260106()’:
../test/cctest/test-api.cc:17712:34: error: ‘class v8::Context’ has
no member named ‘GetIsolate’make native build1 parent ac2263b commit 3dcc9b9
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17707 | 17707 | | |
17708 | 17708 | | |
17709 | 17709 | | |
17710 | | - | |
17711 | | - | |
17712 | | - | |
17713 | | - | |
17714 | | - | |
17715 | | - | |
17716 | | - | |
17717 | | - | |
17718 | | - | |
17719 | | - | |
17720 | | - | |
17721 | 17710 | | |
17722 | 17711 | | |
17723 | 17712 | | |
| |||
0 commit comments