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