| Index: src/ia32/virtual-frame-ia32.h
|
| ===================================================================
|
| --- src/ia32/virtual-frame-ia32.h (revision 7018)
|
| +++ src/ia32/virtual-frame-ia32.h (working copy)
|
| @@ -421,8 +421,8 @@
|
| inline bool ConstantPoolOverflowed();
|
|
|
| // Push an element on the virtual frame.
|
| + void Push(Handle<Object> value);
|
| inline void Push(Register reg, TypeInfo info = TypeInfo::Unknown());
|
| - inline void Push(Handle<Object> value);
|
| inline void Push(Smi* value);
|
|
|
| void PushUntaggedElement(Handle<Object> value);
|
|
|