| Index: src/x64/virtual-frame-x64.h
|
| diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h
|
| index b568a7858698167714b3f321c35f48b240d8b032..7396db17f6c7cd94a1a30da721ae940d1009f4f4 100644
|
| --- a/src/x64/virtual-frame-x64.h
|
| +++ b/src/x64/virtual-frame-x64.h
|
| @@ -403,8 +403,8 @@ class VirtualFrame : public ZoneObject {
|
| 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);
|
|
|
| // Pushing a result invalidates it (its contents become owned by the
|
|
|