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