Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 6bd19f65c75a71048eec90224c1aab059d5d40e2..9b94727f52d42ff0db1bda388123fdfc517c6b70 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -205,7 +205,7 @@ namespace v8 { namespace internal { |
| F(IgnoreAttributesAndSetProperty, -1 /* 3 or 4 */) \ |
| \ |
| /* Arrays */ \ |
| - F(RemoveArrayHoles, 1) \ |
| + F(RemoveArrayHoles, 2) \ |
| F(GetArrayKeys, 2) \ |
| F(MoveArrayContents, 2) \ |
| F(EstimateNumberOfElements, 1) \ |