Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 668021d876b086a60c7021d5b87bb38bcaa91e15..a6827a0d75e3ec22ca7c203ea2a19b6ec803e6b5 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -919,7 +919,6 @@ namespace internal { |
F(SymbolRegistry, 0, 1) \ |
F(SymbolIsPrivate, 1, 1) |
- |
#define FOR_EACH_INTRINSIC_TEST(F) \ |
F(DeoptimizeFunction, 1, 1) \ |
F(DeoptimizeNow, 0, 1) \ |
@@ -947,6 +946,7 @@ namespace internal { |
F(DisassembleFunction, 1, 1) \ |
F(TraceEnter, 0, 1) \ |
F(TraceExit, 1, 1) \ |
+ F(TraceTailCall, 0, 1) \ |
F(HaveSameMap, 2, 1) \ |
F(InNewSpace, 1, 1) \ |
F(HasFastSmiElements, 1, 1) \ |
@@ -968,7 +968,6 @@ namespace internal { |
F(HasFixedFloat64Elements, 1, 1) \ |
F(HasFixedUint8ClampedElements, 1, 1) |
- |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
F(ArrayBufferGetByteLength, 1, 1) \ |
F(ArrayBufferSliceImpl, 4, 1) \ |