Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 38e1469b30306f74cf38674202176c8f9a2ef591..e63cd909cb5ff066e03837db87a239c25b8c8cad 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -507,7 +507,7 @@ namespace internal { |
| F(InitializeLegacyConstLookupSlot, 3, 1) \ |
| \ |
| /* Eval */ \ |
| - F(ResolvePossiblyDirectEval, 5, 2) \ |
| + F(ResolvePossiblyDirectEval, 6, 2) \ |
| \ |
| /* Maths */ \ |
| F(MathPowSlow, 2, 1) \ |