Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index b4071c9a3cdeeb721adc03d24c7453d64c5e2761..b39b686859c7c0a7a0a669dc90a5b1cf8ef5d7bd 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -549,6 +549,7 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_TEST(F) \ |
| F(ConstructDouble, 2, 1) \ |
| + F(ConstructConsString, 2, 1) \ |
| F(DeoptimizeFunction, 1, 1) \ |
| F(DeoptimizeNow, 0, 1) \ |
| F(RunningInSimulator, 0, 1) \ |