Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 286af0949bc9f892a37a81d8afa60fd36d788deb..5eb5b6c435b2e361e0f088635539d8e26b3960c8 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -206,7 +206,7 @@ namespace internal { |
| F(GetTemplateField, 2, 1) \ |
| F(DisableAccessChecks, 1, 1) \ |
| F(EnableAccessChecks, 1, 1) \ |
| - F(SetAccessorProperty, 6, 1) \ |
| + F(SetAccessorProperty, 5, 1) \ |
| \ |
| /* Dates */ \ |
| F(DateCurrentTime, 0, 1) \ |