v8: unbreak `make native` build
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 9 Nov 2013 21:24:22 +0000 (22:24 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 9 Nov 2013 21:27:22 +0000 (22:27 +0100)
commit3dcc9b93e1e4d80aa15a40a9d82a6b9f0bef0ec0
tree2d1ef0b3d37dba578ebf018111273ede35546543
parentac2263b77f3f346458d06fc019de27e24c63cee0
v8: unbreak `make native` build

The security fix from commit 6b92a713 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’
deps/v8/test/cctest/test-api.cc