Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index c316d4098faff1f891f61ad77c53ddbb0a05dcfa..a96ace9c9fa38b17e58d848e747f0d6c9ba6fe8a 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -618,7 +618,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) \ |