| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| index fa83579ccb7fcfb1d1bb8363f79b8e68f014486f..65e31cce5f0001d9e6f679a03e39214f0b11fb84 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -244,7 +244,6 @@ static void partialVoidTestEnumModulesArgMethodMethod(const v8::FunctionCallback
|
|
|
| static void partialVoidTestEnumModulesArgMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMMethod");
|
| ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
|
| String errorMessage;
|
| if (!OriginTrials::featureNameEnabled(executionContext, errorMessage)) {
|
| @@ -255,7 +254,6 @@ static void partialVoidTestEnumModulesArgMethodMethodCallback(const v8::Function
|
| return;
|
| }
|
| TestInterfaceImplementationPartialV8Internal::partialVoidTestEnumModulesArgMethodMethod(info);
|
| - TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution");
|
| }
|
|
|
| static void partial2StaticVoidMethod2Method(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| @@ -297,7 +295,6 @@ static void unscopeableVoidMethodMethod(const v8::FunctionCallbackInfo<v8::Value
|
|
|
| static void unscopeableVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMMethod");
|
| ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
|
| String errorMessage;
|
| if (!OriginTrials::featureNameEnabled(executionContext, errorMessage)) {
|
| @@ -308,7 +305,6 @@ static void unscopeableVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v
|
| return;
|
| }
|
| TestInterfaceImplementationPartialV8Internal::unscopeableVoidMethodMethod(info);
|
| - TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution");
|
| }
|
|
|
| } // namespace TestInterfaceImplementationPartialV8Internal
|
|
|