Chromium Code Reviews| Index: src/x64/virtual-frame-x64.h |
| =================================================================== |
| --- src/x64/virtual-frame-x64.h (revision 1964) |
| +++ src/x64/virtual-frame-x64.h (working copy) |
| @@ -179,7 +179,7 @@ |
| // Set a frame element to a constant. The index is frame-top relative. |
| void SetElementAt(int index, Handle<Object> value) { |
| - Result temp(value, cgen_); |
| + Result temp(value); |
| SetElementAt(index, &temp); |
| } |