| Index: src/arm/codegen-arm.cc
|
| diff --git a/src/arm/codegen-arm.cc b/src/arm/codegen-arm.cc
|
| index 381e37fb311388a9d122dfdab67c84439c34d66b..e4977bab805aa463f1c0572135d486f5f07f45a1 100644
|
| --- a/src/arm/codegen-arm.cc
|
| +++ b/src/arm/codegen-arm.cc
|
| @@ -142,7 +142,7 @@ CodeGenerator::CodeGenerator(int buffer_size, Handle<Script> script,
|
| // r1: called JS function
|
| // cp: callee's context
|
|
|
| -void CodeGenerator::GenCode(FunctionLiteral* fun) {
|
| +void CodeGenerator::GenCode(FunctionLiteral* fun, CompilationInfo* info) {
|
| // Record the position for debugging purposes.
|
| CodeForFunctionPosition(fun);
|
|
|
|
|