Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a1a2561a6c8ce9a9a4b0fa8fdb342e356600f09c..7a0f14095af45b5add60b87ac02834025a7cfd52 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -463,7 +463,6 @@ namespace internal { |
F(GetIndexedInterceptorElementNames, 1, 1) \ |
F(OwnKeys, 1, 1) \ |
F(ToFastProperties, 1, 1) \ |
- F(ToBool, 1, 1) \ |
F(NewStringWrapper, 1, 1) \ |
F(AllocateHeapNumber, 0, 1) \ |
F(NewObject, 2, 1) \ |