Chromium Code Reviews| Index: src/stub-cache.h |
| =================================================================== |
| --- src/stub-cache.h (revision 2337) |
| +++ src/stub-cache.h (working copy) |
| @@ -201,7 +201,8 @@ |
| Code::Flags flags, |
| Register receiver, |
| Register name, |
| - Register scratch); |
| + Register scratch, |
| + Register extra); |
|
Kasper Lund
2009/07/02 12:53:08
Will this change break the compilation of all non-
|
| enum Table { |
| kPrimary, |