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