Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 58062ca404935d802c4e8328ffedeed80491f976..0ce885e292555f4ce3717371be08f61ffc3beae5 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -80,6 +80,7 @@ namespace internal { |
| F(GetFunctionDelegate, 1, 1) \ |
| F(GetConstructorDelegate, 1, 1) \ |
| F(NewArgumentsFast, 3, 1) \ |
| + F(NewStrictArgumentsFast, 3, 1) \ |
| F(LazyCompile, 1, 1) \ |
| F(LazyRecompile, 1, 1) \ |
| F(NotifyDeoptimized, 1, 1) \ |