Removed forgotten debugging code.
Review URL: http://codereview.chromium.org/7492042 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8730 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
96b07762ba
commit
414966a72d
@ -11192,7 +11192,6 @@ static Handle<Object> GetArgumentsObject(Isolate* isolate,
|
||||
if (sinfo->number_of_stack_slots() > 0) {
|
||||
index = scope_info->StackSlotIndex(isolate->heap()->arguments_symbol());
|
||||
if (index != -1) {
|
||||
CHECK(false);
|
||||
return Handle<Object>(frame->GetExpression(index), isolate);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user