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..4871abd370e14107606d1050b95e1dcca147e217 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&, LogMessageType = LogErrorMessage) const override; |
SecurityOrigin* getSecurityOrigin() const override; |
void upgradeInsecureRequest(ResourceRequest&) override; |
void addClientHintsIfNecessary(FetchRequest&) override; |