| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index ec580333249438101b2ceae3a6f6e719640a456d..a7731d2f32e513901803251bc4b8104499381515 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -146,7 +146,7 @@ public:
|
|
|
| bool loadingMultipartContent() const;
|
|
|
| - void startPreload(Resource::Type, FetchRequest&);
|
| + ResourcePtr<Resource> startPreload(Resource::Type, FetchRequest&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|