Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 5688) |
| +++ src/code-stubs.h (working copy) |
| @@ -536,7 +536,7 @@ |
| virtual void SetCustomCache(Code* value); |
| static const int kStackSpace = 5; |
| - static const int kArgc = 4; |
| + static const int kArgc = 2; |
| private: |
| Handle<AccessorInfo> info() { return info_; } |
| ApiFunction* fun() { return fun_; } |