| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 417f602641a2be6413cc8d52245557089dd69550..5aff42d598c713541f39b6b64db81dcb49e46f03 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1587,8 +1587,6 @@ void Document::updateStyleInvalidationIfNeeded()
|
| if (!childNeedsStyleInvalidation())
|
| return;
|
| TRACE_EVENT0("blink", "Document::updateStyleInvalidationIfNeeded");
|
| - ASSERT(styleResolver());
|
| -
|
| styleEngine().styleInvalidator().invalidate(*this);
|
| }
|
|
|
|
|