| Index: src/execution.cc
|
| ===================================================================
|
| --- src/execution.cc (revision 3935)
|
| +++ src/execution.cc (working copy)
|
| @@ -91,7 +91,7 @@
|
| JSEntryFunction entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
|
|
|
| // Call the function through the right JS entry stub.
|
| - byte* entry_address= func->code()->entry();
|
| + byte* entry_address = func->code()->entry();
|
| JSFunction* function = *func;
|
| Object* receiver_pointer = *receiver;
|
| value = CALL_GENERATED_CODE(entry, entry_address, function,
|
|
|