| Index: test/cctest/test-dataflow.cc | 
| diff --git a/test/cctest/test-dataflow.cc b/test/cctest/test-dataflow.cc | 
| index 005d440d137bf9ae0c30b53c1a2ace0b40dfcf69..ae3327965f93ad1bc30b3b859dbe452eb7c01946 100644 | 
| --- a/test/cctest/test-dataflow.cc | 
| +++ b/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); | 
|  |