| Index: test/cctest/test-compiler.cc
 | 
| diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc
 | 
| index 6c100b09d860bbb0ee7311631e5812073a24b618..c62f1ff75fe3f936ec061ca16aa79f0b669fae13 100644
 | 
| --- a/test/cctest/test-compiler.cc
 | 
| +++ b/test/cctest/test-compiler.cc
 | 
| @@ -402,7 +402,7 @@ static void CheckCodeForUnsafeLiteral(Handle<JSFunction> f) {
 | 
|      Address pc = f->code()->instruction_start();
 | 
|      int decode_size =
 | 
|          Min(f->code()->instruction_size(),
 | 
| -            static_cast<int>(f->code()->stack_check_table_offset()));
 | 
| +            static_cast<int>(f->code()->back_edge_table_offset()));
 | 
|      Address end = pc + decode_size;
 | 
|  
 | 
|      v8::internal::EmbeddedVector<char, 128> decode_buffer;
 | 
| 
 |