Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 3798) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -712,8 +712,8 @@ |
List<Unresolved> unresolved_; |
bool generating_stub_; |
bool allow_stub_calls_; |
- Handle<Object> code_object_; // This handle will be patched with the code |
- // object on installation. |
+ // This handle will be patched with the code object on installation. |
+ Handle<Object> code_object_; |
// Helper functions for generating invokes. |
void InvokePrologue(const ParameterCount& expected, |