| 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 39cc41ea019a37bff37e21b26bed993b5b627160..1031450bdaee8b7e35b7e8add01e888e041b8d23 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2001,7 +2001,6 @@ void Document::updateStyleAndLayoutTree() {
|
| unsigned startElementCount = styleEngine().styleForElementCount();
|
|
|
| InspectorInstrumentation::willRecalculateStyle(this);
|
| - PerformanceMonitor::willRecalculateStyle(this);
|
|
|
| DocumentAnimations::updateAnimationTimingIfNeeded(*this);
|
| evaluateMediaQueryListIfNeeded();
|
| @@ -2047,7 +2046,6 @@ void Document::updateStyleAndLayoutTree() {
|
| assertLayoutTreeUpdated(*this);
|
| #endif
|
| InspectorInstrumentation::didRecalculateStyle(this);
|
| - PerformanceMonitor::didRecalculateStyle(this);
|
| }
|
|
|
| void Document::updateActiveStyle() {
|
|
|