| Index: Source/core/loader/FrameFetchContext.h
|
| diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
|
| index f4b79eb40ec58b5b3fff0b0d987f2429d125402d..cae0df01755ccf6a732ac7deff59afb1d4ade5a7 100644
|
| --- a/Source/core/loader/FrameFetchContext.h
|
| +++ b/Source/core/loader/FrameFetchContext.h
|
| @@ -90,7 +90,7 @@ public:
|
| bool canRequest(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const override;
|
|
|
| bool isControlledByServiceWorker() const override;
|
| - int64_t serviceWorkerID() const override;
|
| + std::string serviceWorkerID() const override;
|
|
|
| bool isMainFrame() const override;
|
| bool hasSubstituteData() const override;
|
|
|