| Index: src/frames.cc
 | 
| diff --git a/src/frames.cc b/src/frames.cc
 | 
| index 9fb182026536a3178a649f737826992bb685c570..18dc54164afc1a92bdefb7e5d837efd0b0850794 100644
 | 
| --- a/src/frames.cc
 | 
| +++ b/src/frames.cc
 | 
| @@ -875,7 +875,7 @@ void OptimizedFrame::Summarize(List<FrameSummary>* frames) {
 | 
|      opcode = static_cast<Translation::Opcode>(it.Next());
 | 
|      if (opcode == Translation::JS_FRAME) {
 | 
|        i--;
 | 
| -      int ast_id = it.Next();
 | 
| +      BailoutId ast_id = BailoutId(it.Next());
 | 
|        JSFunction* function = LiteralAt(literal_array, it.Next());
 | 
|        it.Next();  // Skip height.
 | 
|  
 | 
| 
 |