Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 0e092002182b042297facdb8f91cde1898b5b80d..43d4065615fb66fe763afcef984253a7fd444051 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -622,7 +622,6 @@ namespace internal { |
| F(OneByteSeqStringSetChar, 3, 1) \ |
| F(TwoByteSeqStringSetChar, 3, 1) \ |
| F(ObjectEquals, 2, 1) \ |
| - F(RandomHeapNumber, 0, 1) \ |
| F(IsObject, 1, 1) \ |
| F(IsFunction, 1, 1) \ |
| F(IsUndetectableObject, 1, 1) \ |