| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index 4a88ba5a4d62e817b20292d1e28d1978c824debd..25f6ef19940f51567cfb61ea5097e244e5e1f55f 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -1643,14 +1643,11 @@ void Document::styleResolverChanged()
|
|
|
| m_styleEngine->resolverChanged();
|
|
|
| + // FIXME(sky): didLayoutWithPendingStylesheets never returns true anymore. Remove this.
|
| if (didLayoutWithPendingStylesheets()) {
|
| // We need to manually repaint because we avoid doing all repaints in layout or style
|
| // recalc while sheets are still loading to avoid FOUC.
|
| m_pendingSheetLayout = IgnoreLayoutWithPendingSheets;
|
| -
|
| - ASSERT(renderView() || importsController());
|
| - if (renderView())
|
| - renderView()->setShouldDoFullPaintInvalidation(true);
|
| }
|
| }
|
|
|
|
|