Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 0f5624784a4cefee720d6bf06b04c5922ba8c170..8ad5b745bee50fe2c1294c7456472595f444dee5 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -208,6 +208,7 @@ namespace internal { |
| F(FunctionIsBuiltin, 1, 1) \ |
| F(SetCode, 2, 1) \ |
| F(SetNativeFlag, 1, 1) \ |
| + F(ThrowStrongModeTooFewArguments, 0, 1) \ |
| F(IsConstructor, 1, 1) \ |
| F(SetInlineBuiltinFlag, 1, 1) \ |
| F(FunctionBindArguments, 4, 1) \ |