| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 03fe3ef8d20fb0dcb5fdcfe563eada4a6e209a48..7f6f56126e02b1286c35b9f61d1ebb62c596de75 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3754,7 +3754,7 @@ AllocationResult Heap::CopyCode(Code* code) {
|
| new_constant_pool = empty_constant_pool_array();
|
| }
|
|
|
| - HeapObject* result;
|
| + HeapObject* result = NULL;
|
| // Allocate an object the same size as the code object.
|
| int obj_size = code->Size();
|
| allocation = AllocateRaw(obj_size, CODE_SPACE, CODE_SPACE);
|
|
|