| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index 5cacb5bedf9e757cab9c141c1e41653af91e46bf..fe94c2195144e88a8033a2f56bcc0ba684e01912 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -45,7 +45,7 @@ namespace blink {
|
|
|
| class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
|
| public:
|
| - static RawPtr<WebDataSourceImpl> create(LocalFrame*, const ResourceRequest&, const SubstituteData&);
|
| + static WebDataSourceImpl* create(LocalFrame*, const ResourceRequest&, const SubstituteData&);
|
|
|
| static WebDataSourceImpl* fromDocumentLoader(DocumentLoader* loader)
|
| {
|
|
|