| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 3798)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -430,8 +430,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,
|
|
|