Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index a79af2373c3a951de695ae12bcb1dd6994733263..20684136cec6776d7826927e94201941a4431be4 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -91,7 +91,7 @@ static Handle<Object> Invoke(bool construct, |
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, |