Reviewers: antonm, Message: Forgot to include to http://codereview.chromium.org/3792003. Review please.
Description: Fixing build failure - added a missed file. Please review this at http://codereview.chromium.org/3965004/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/code-stubs.h 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_; } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
