| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index 944aecc9254c3fbe6f00fede2379ca2e82436405..7d953cb3fcdca34fb2108ea39b708aec3406e8ed 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -420,7 +420,6 @@ void NamedLoadHandlerCompiler::GenerateLoadPostInterceptor(
|
| }
|
| }
|
|
|
| -
|
| Handle<Code> NamedLoadHandlerCompiler::CompileLoadViaGetter(
|
| Handle<Name> name, int accessor_index, int expected_arguments) {
|
| Register holder = Frontend(name);
|
|
|