| Index: Source/core/loader/FrameFetchContext.h
|
| diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
|
| index 56414b946ed924ebbee4f312180c66dea707699b..7e4e2d343f3c6df0a2530aaf3f4c230a430b6193 100644
|
| --- a/Source/core/loader/FrameFetchContext.h
|
| +++ b/Source/core/loader/FrameFetchContext.h
|
| @@ -85,7 +85,7 @@ public:
|
| void willStartLoadingResource(ResourceRequest&) override;
|
| void didLoadResource() override;
|
|
|
| - void addResourceTiming(ResourceTimingInfo*, bool isMainResource) override;
|
| + void addResourceTiming(const ResourceTimingInfo&) override;
|
| bool allowImage(bool imagesEnabled, const KURL&) const override;
|
| bool canRequest(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const override;
|
|
|
|
|