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 43a8d63e8a15db28ab5e48b59545182c2da6a3f4..e409757afa0ddc4b1808710b042f8e714c529007 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -1997,7 +1997,6 @@ void Document::updateStyleAndLayoutTree() { |
unsigned startElementCount = styleEngine().styleForElementCount(); |
InspectorInstrumentation::willRecalculateStyle(this); |
- PerformanceMonitor::willRecalculateStyle(this); |
DocumentAnimations::updateAnimationTimingIfNeeded(*this); |
evaluateMediaQueryListIfNeeded(); |
@@ -2043,7 +2042,6 @@ void Document::updateStyleAndLayoutTree() { |
assertLayoutTreeUpdated(*this); |
#endif |
InspectorInstrumentation::didRecalculateStyle(this); |
- PerformanceMonitor::didRecalculateStyle(this); |
} |
void Document::updateActiveStyle() { |