| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index a3965deea32ceda4e728b24f8a83424e8874abd6..c718870f10d5fdf74956f6de2567d223270aaec4 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -1519,18 +1519,6 @@ void Document::didLoadAllImports()
|
| didLoadAllParserBlockingResources();
|
| }
|
|
|
| -void Document::didRemoveAllPendingStylesheet()
|
| -{
|
| - styleResolverChanged();
|
| -
|
| - // Only imports on master documents can trigger rendering.
|
| - if (HTMLImportLoader* import = importLoader())
|
| - import->didRemoveAllPendingStylesheet();
|
| - if (!haveImportsLoaded())
|
| - return;
|
| - didLoadAllParserBlockingResources();
|
| -}
|
| -
|
| void Document::didLoadAllParserBlockingResources()
|
| {
|
| m_resumeParserWaitingForResourcesTimer.startOneShot(0, FROM_HERE);
|
|
|