| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| index 5a69ffff18fad06d9171ef1f59d58ff693d03963..e491557e0577ee63d43c3ae1d0d2618713ff36a5 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| @@ -46,9 +46,7 @@ static void readonlyUnsignedShortAttributeAttributeGetter(const v8::FunctionCall
|
|
|
| static void readonlyUnsignedShortAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMGetter");
|
| TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetter(info);
|
| - TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution");
|
| }
|
|
|
| static void readonlyStringAttributeAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| @@ -60,9 +58,7 @@ static void readonlyStringAttributeAttributeGetter(const v8::FunctionCallbackInf
|
|
|
| static void readonlyStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMGetter");
|
| TestExceptionV8Internal::readonlyStringAttributeAttributeGetter(info);
|
| - TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution");
|
| }
|
|
|
| static void toStringMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| @@ -73,9 +69,7 @@ static void toStringMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
|
|
|
| static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMMethod");
|
| TestExceptionV8Internal::toStringMethod(info);
|
| - TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution");
|
| }
|
|
|
| static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| @@ -111,7 +105,6 @@ const V8DOMConfiguration::MethodConfiguration V8TestExceptionMethods[] = {
|
|
|
| void V8TestException::constructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - TRACE_EVENT_SCOPED_SAMPLING_STATE("blink", "DOMConstructor");
|
| if (!info.IsConstructCall()) {
|
| V8ThrowException::throwTypeError(info.GetIsolate(), ExceptionMessages::constructorNotCallableAsFunction("TestException"));
|
| return;
|
|
|