Chromium Code Reviews| Index: src/ia32/virtual-frame-ia32.h |
| =================================================================== |
| --- src/ia32/virtual-frame-ia32.h (revision 1960) |
| +++ src/ia32/virtual-frame-ia32.h (working copy) |
| @@ -187,7 +187,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); |
| } |