| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 472a53d58ed2308eba72318258c3d6683712ffde..6a7ab73f61295220311ffe83a5aef28c5ddc4ced 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1816,8 +1816,6 @@ void Document::updateStyle(StyleRecalcChange change)
|
| if (m_focusedElement && !m_focusedElement->isFocusable())
|
| clearFocusedElementSoon();
|
|
|
| - DocumentAnimations::serviceAfterStyleRecalc(*this);
|
| -
|
| InspectorInstrumentation::didRecalculateStyle(cookie);
|
| }
|
|
|
|
|