| Index: src/accessors.cc
|
| diff --git a/src/accessors.cc b/src/accessors.cc
|
| index 59d4f1ae71479efd62a4c1e4a59ee24cdd798838..d8df05e2a5964f963a1376fb85dc7445331bfa28 100644
|
| --- a/src/accessors.cc
|
| +++ b/src/accessors.cc
|
| @@ -574,7 +574,6 @@ static MaybeObject* ConstructArgumentsObjectForInlinedFunction(
|
| JavaScriptFrame* frame,
|
| Handle<JSFunction> inlined_function,
|
| int inlined_frame_index) {
|
| - UNIMPLEMENTED();
|
| Factory* factory = Isolate::Current()->factory();
|
| int args_count = inlined_function->shared()->formal_parameter_count();
|
| ScopedVector<SlotRef> args_slots(args_count);
|
|
|