Index: Source/bindings/tests/results/V8TestInterfacePython.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfacePython.cpp b/Source/bindings/tests/results/V8TestInterfacePython.cpp |
index 8a677d27e19d5e599abaa8b6bb06df292351e77c..3b4d6ab0f4eaec01314e2a26780db4fabcad6443 100644 |
--- a/Source/bindings/tests/results/V8TestInterfacePython.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfacePython.cpp |
@@ -83,7 +83,7 @@ static void testInterfacePythonAttributeAttributeGetterCallback(v8::Local<v8::St |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMGetter"); |
TestInterfacePythonImplementationV8Internal::testInterfacePythonAttributeAttributeGetter(info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void testInterfacePythonAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info) |
@@ -97,7 +97,7 @@ static void testInterfacePythonAttributeAttributeSetterCallback(v8::Local<v8::St |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMSetter"); |
TestInterfacePythonImplementationV8Internal::testInterfacePythonAttributeAttributeSetter(jsValue, info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void perWorldBindingsStringAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) |
@@ -110,7 +110,7 @@ static void perWorldBindingsStringAttributeAttributeGetterCallback(v8::Local<v8: |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMGetter"); |
TestInterfacePythonImplementationV8Internal::perWorldBindingsStringAttributeAttributeGetter(info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void perWorldBindingsStringAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info) |
@@ -124,7 +124,7 @@ static void perWorldBindingsStringAttributeAttributeSetterCallback(v8::Local<v8: |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMSetter"); |
TestInterfacePythonImplementationV8Internal::perWorldBindingsStringAttributeAttributeSetter(jsValue, info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void perWorldBindingsStringAttributeAttributeGetterForMainWorld(const v8::PropertyCallbackInfo<v8::Value>& info) |
@@ -137,7 +137,7 @@ static void perWorldBindingsStringAttributeAttributeGetterCallbackForMainWorld(v |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMGetter"); |
TestInterfacePythonImplementationV8Internal::perWorldBindingsStringAttributeAttributeGetterForMainWorld(info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void perWorldBindingsStringAttributeAttributeSetterForMainWorld(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info) |
@@ -151,7 +151,7 @@ static void perWorldBindingsStringAttributeAttributeSetterCallbackForMainWorld(v |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMSetter"); |
TestInterfacePythonImplementationV8Internal::perWorldBindingsStringAttributeAttributeSetterForMainWorld(jsValue, info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& info) |
@@ -164,7 +164,7 @@ static void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); |
TestInterfacePythonImplementationV8Internal::voidMethodMethod(info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
static void voidMethodMethodForMainWorld(const v8::FunctionCallbackInfo<v8::Value>& info) |
@@ -177,7 +177,7 @@ static void voidMethodMethodCallbackForMainWorld(const v8::FunctionCallbackInfo< |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); |
TestInterfacePythonImplementationV8Internal::voidMethodMethodForMainWorld(info); |
- TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
+ TRACE_EVENT_SET_SAMPLING_STATE("V8", "V8Execution"); |
} |
} // namespace TestInterfacePythonImplementationV8Internal |