Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 07e05f3cc16ad3a80d22247023d433c08b016c3d..667ba3a3319af1f627b710bbbc16b8dd720c5f10 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -91,7 +91,6 @@ namespace internal { |
| F(StoreToSuper_Sloppy, 4, 1) \ |
| F(StoreKeyedToSuper_Strict, 4, 1) \ |
| F(StoreKeyedToSuper_Sloppy, 4, 1) \ |
| - F(DefaultConstructorCallSuper, 2, 1) \ |
| F(GetSuperConstructor, 1, 1) |