| Index: src/frames.cc
|
| diff --git a/src/frames.cc b/src/frames.cc
|
| index c8011236718dde6da974fc6912d061b64c79a41a..32000ae4bb86a36dfb9b92dde4fef6338b908cd9 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.
|
|
|
|
|