| Index: src/deoptimizer.cc
|
| diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
|
| index d069a4507ed331cc8436c34da3d484e5b078cf79..d18c1a628e2a761113a845b6cc37e18ca1bd354c 100644
|
| --- a/src/deoptimizer.cc
|
| +++ b/src/deoptimizer.cc
|
| @@ -847,7 +847,6 @@ void Deoptimizer::DoTranslateCommand(TranslationIterator* iterator,
|
| case Translation::ARGUMENTS_OBJECT: {
|
| // Use the arguments marker value as a sentinel and fill in the arguments
|
| // object after the deoptimized frame is built.
|
| - ASSERT(frame_index == 0); // Only supported for first frame.
|
| if (FLAG_trace_deopt) {
|
| PrintF(" 0x%08" V8PRIxPTR ": [top + %d] <- ",
|
| output_[frame_index]->GetTop() + output_offset,
|
|
|