| Index: third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp b/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| index 89383e9a0fba15a2c8536f10b39d39d891e2441b..2dba8ed43b4b2d7bff91ce104bd44cedc002d5f0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.cpp
|
| @@ -19,6 +19,7 @@
|
| #include "core/dom/custom/CustomElementRegistry.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
|
|
| namespace blink {
|
|
|
| @@ -27,6 +28,7 @@ void V8HTMLConstructor::htmlConstructor(
|
| const v8::FunctionCallbackInfo<v8::Value>& info,
|
| const WrapperTypeInfo& wrapperTypeInfo,
|
| const HTMLElementType elementInterfaceName) {
|
| + TRACE_EVENT0("blink", "HTMLConstructor");
|
| DCHECK(info.IsConstructCall());
|
|
|
| v8::Isolate* isolate = info.GetIsolate();
|
|
|