Revision: 5690 Author: [email protected] Date: Thu Oct 21 07:53:19 2010 Log: Fixing build failure - added a missed file.
Review URL: http://codereview.chromium.org/3965004 http://code.google.com/p/v8/source/detail?r=5690 Modified: /branches/bleeding_edge/src/code-stubs.h ======================================= --- /branches/bleeding_edge/src/code-stubs.h Wed Sep 15 03:14:25 2010 +++ /branches/bleeding_edge/src/code-stubs.h Thu Oct 21 07:53:19 2010 @@ -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
