| Index: Source/core/loader/EmptyClients.cpp
|
| diff --git a/Source/core/loader/EmptyClients.cpp b/Source/core/loader/EmptyClients.cpp
|
| index 947f5c03a4aeb3729da9d8716b56d28e518a1f56..646c158666defe87154dc8e9086f946ac0781219 100644
|
| --- a/Source/core/loader/EmptyClients.cpp
|
| +++ b/Source/core/loader/EmptyClients.cpp
|
| @@ -109,7 +109,7 @@
|
| {
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& substituteData)
|
| +PassRefPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& substituteData)
|
| {
|
| return DocumentLoader::create(frame, request, substituteData);
|
| }
|
|
|