Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index fb6398845eb91743dfdea2495e530772ac1276be..c66b744a781b35b7eed6727fa22a2ef290ddcb8c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -484,7 +484,6 @@ namespace internal { |
| F(MapGetInstanceType, 1, 1) \ |
| F(ObjectEquals, 2, 1) \ |
| F(IsObject, 1, 1) \ |
| - F(IsUndetectableObject, 1, 1) \ |
| F(IsSpecObject, 1, 1) \ |
| F(IsStrong, 1, 1) \ |
| F(ClassOf, 1, 1) \ |