| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 083ed51d91f4be61eec1603eeb3ac754d5ea3198..144707c24ad8cbf0b2f71577088c1a93e9fa319c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1828,7 +1828,6 @@ void Document::updateStyleAndLayoutTree() {
|
|
|
| TRACE_EVENT_BEGIN1("blink,devtools.timeline", "UpdateLayoutTree", "beginData",
|
| InspectorRecalculateStylesEvent::data(frame()));
|
| - TRACE_EVENT_SCOPED_SAMPLING_STATE("blink", "UpdateLayoutTree");
|
|
|
| unsigned startElementCount = styleEngine().styleForElementCount();
|
|
|
|
|