| Index: Source/core/css/StyleRuleImport.cpp
|
| diff --git a/Source/core/css/StyleRuleImport.cpp b/Source/core/css/StyleRuleImport.cpp
|
| index beef080a2b7f39a7630b85be40d42f132b135ea8..eca9a1cd8aa26bf17c3292a3ef5456dcc8b645c5 100644
|
| --- a/Source/core/css/StyleRuleImport.cpp
|
| +++ b/Source/core/css/StyleRuleImport.cpp
|
| @@ -128,7 +128,7 @@ void StyleRuleImport::requestStyleSheet()
|
| }
|
|
|
| FetchRequest request(ResourceRequest(absURL), FetchInitiatorTypeNames::css, m_parentStyleSheet->charset());
|
| - m_resource = fetcher->fetchCSSStyleSheet(request);
|
| + m_resource = CSSStyleSheetResource::fetch(request, fetcher);
|
| if (m_resource) {
|
| // if the import rule is issued dynamically, the sheet may be
|
| // removed from the pending sheet count, so let the doc know
|
|
|