| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index aff3f018f53d4a855227a858e38c1ea81fd7f306..cecf825ed3b25246ebcb7b40f4c85b90ac3ab9c6 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -97,7 +97,7 @@ public:
|
| bool pageDismissalEventBeingDispatched() const override;
|
| bool updateTimingInfoForIFrameNavigation(ResourceTimingInfo*) override;
|
| void sendImagePing(const KURL&) override;
|
| - void addConsoleMessage(const String&) const override;
|
| + void addConsoleMessage(const String&, MessageLevel = ErrorMessageLevel) const override;
|
| SecurityOrigin* getSecurityOrigin() const override;
|
| void upgradeInsecureRequest(ResourceRequest&) override;
|
| void addClientHintsIfNecessary(FetchRequest&) override;
|
|
|