Chromium Code Reviews| Index: src/counters.h |
| diff --git a/src/counters.h b/src/counters.h |
| index 59627f13f6f9905debc3fb067669f2bc5d326398..6ec4b7c3b1d894a07601dd674f28c2ed9b9dfe21 100644 |
| --- a/src/counters.h |
| +++ b/src/counters.h |
| @@ -572,6 +572,7 @@ class RuntimeCallTimer { |
| V(Object_CallAsFunction) \ |
| V(Object_CreateDataProperty) \ |
| V(Object_DefineOwnProperty) \ |
| + V(Object_DefineProperty) \ |
| V(Object_Delete) \ |
| V(Object_DeleteProperty) \ |
| V(Object_ForceSet) \ |