| Index: src/lithium.h
|
| ===================================================================
|
| --- src/lithium.h (revision 10788)
|
| +++ src/lithium.h (working copy)
|
| @@ -453,11 +453,10 @@
|
| parameter_count_(parameter_count),
|
| pc_offset_(-1),
|
| values_(value_count),
|
| - is_tagged_(value_count),
|
| + is_tagged_(value_count, closure->GetHeap()->isolate()->zone()),
|
| spilled_registers_(NULL),
|
| spilled_double_registers_(NULL),
|
| - outer_(outer) {
|
| - }
|
| + outer_(outer) { }
|
|
|
| Handle<JSFunction> closure() const { return closure_; }
|
| int arguments_stack_height() const { return arguments_stack_height_; }
|
|
|