Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index fb2ff93c6f745db6c8f2ecbe617b717e7be781b0..f32bbcfc791bcb02ead030d6539e186b3489b1d3 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -45,7 +45,7 @@ namespace internal { |
| /* Property access */ \ |
| F(GetProperty, 2, 1) \ |
| F(KeyedGetProperty, 2, 1) \ |
| - F(DeleteProperty, 2, 1) \ |
| + F(DeleteProperty, 3, 1) \ |
| F(HasLocalProperty, 2, 1) \ |
| F(HasProperty, 2, 1) \ |
| F(HasElement, 2, 1) \ |