| 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 035385fb7d01fe4ebf4fd4e9ff0ebf3a71645aae..5cacb5bedf9e757cab9c141c1e41653af91e46bf 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 PassRefPtrWillBeRawPtr<WebDataSourceImpl> create(LocalFrame*, const ResourceRequest&, const SubstituteData&);
|
| + static RawPtr<WebDataSourceImpl> create(LocalFrame*, const ResourceRequest&, const SubstituteData&);
|
|
|
| static WebDataSourceImpl* fromDocumentLoader(DocumentLoader* loader)
|
| {
|
|
|