summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/test-dataflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/test-dataflow.cc')
-rw-r--r--deps/v8/test/cctest/test-dataflow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/cctest/test-dataflow.cc b/deps/v8/test/cctest/test-dataflow.cc
index 005d440d1..ae3327965 100644
--- a/deps/v8/test/cctest/test-dataflow.cc
+++ b/deps/v8/test/cctest/test-dataflow.cc
@@ -36,8 +36,8 @@ using namespace v8::internal;
TEST(BitVector) {
v8::internal::V8::Initialize(NULL);
- ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
- Zone* zone = Isolate::Current()->zone();
+ Zone* zone = Isolate::Current()->runtime_zone();
+ ZoneScope zone_scope(zone, DELETE_ON_EXIT);
{
BitVector v(15, zone);
v.Add(1);