| Index: Source/bindings/templates/attributes.cpp
|
| diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp
|
| index 64b08fcff1b40865129b28cd8500f35d0502bf59..fa2786be977307e781607cde29253cd504e15eb2 100644
|
| --- a/Source/bindings/templates/attributes.cpp
|
| +++ b/Source/bindings/templates/attributes.cpp
|
| @@ -113,7 +113,7 @@ v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info
|
| {% else %}
|
| {{cpp_class}}V8Internal::{{attribute.name}}AttributeGetter{{world_suffix}}(info);
|
| {% endif %}
|
| - TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
|
| + TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution");
|
| }
|
| {% endfilter %}
|
| {% endmacro %}
|
| @@ -218,7 +218,7 @@ v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackI
|
| {% else %}
|
| {{cpp_class}}V8Internal::{{attribute.name}}AttributeSetter{{world_suffix}}(jsValue, info);
|
| {% endif %}
|
| - TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution");
|
| + TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution");
|
| }
|
| {% endfilter %}
|
| {% endmacro %}
|
|
|