| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 4353)
|
| +++ src/x64/codegen-x64.h (working copy)
|
| @@ -568,7 +568,7 @@
|
| void GenerateGetFramePointer(ZoneList<Expression*>* args);
|
|
|
| // Fast support for Math.random().
|
| - void GenerateRandomPositiveSmi(ZoneList<Expression*>* args);
|
| + void GenerateRandomHeapNumber(ZoneList<Expression*>* args);
|
|
|
| // Fast support for StringAdd.
|
| void GenerateStringAdd(ZoneList<Expression*>* args);
|
|
|