Index: third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
index c973b57cceaa18214d3cf27650050f2af9c6f167..62f3115cb0b1ca37b98669df6ef8ee1ea3490d12 100644 |
--- a/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
+++ b/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp |
@@ -103,7 +103,7 @@ static xmlDocPtr docLoaderFunc( |
ResourceLoaderOptions fetchOptions(ResourceFetcher::defaultResourceOptions()); |
FetchRequest request(ResourceRequest(url), FetchInitiatorTypeNames::xml, fetchOptions); |
request.setOriginRestriction(FetchRequest::RestrictToSameOrigin); |
- ResourcePtr<Resource> resource = RawResource::fetchSynchronously(request, globalResourceFetcher); |
+ RefPtrWillBeRawPtr<Resource> resource = RawResource::fetchSynchronously(request, globalResourceFetcher); |
if (!resource || !globalProcessor) |
return nullptr; |