Index: src/lookup.cc |
diff --git a/src/lookup.cc b/src/lookup.cc |
index 69020a776b0c87a16133c0e205c8650f8b2b52a9..66d6adead8c5ce5804b508da6b1abd9a53d06be4 100644 |
--- a/src/lookup.cc |
+++ b/src/lookup.cc |
@@ -352,6 +352,8 @@ void LookupIterator::Delete() { |
isolate_, is_prototype_map |
? &RuntimeCallStats::PrototypeObject_DeleteProperty |
: &RuntimeCallStats::Object_DeleteProperty); |
+ TRACE_RUNTIME_CALL(is_prototype_map ? "PrototypeObject_DeleteProperty" |
+ : "Object_DeleteProperty"); |
PropertyNormalizationMode mode = |
is_prototype_map ? KEEP_INOBJECT_PROPERTIES : CLEAR_INOBJECT_PROPERTIES; |