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 15f9d2e0f4f5837aa43fa79a2e6eb608f966fba3..74f8e41c8bb80f57d3f62ef3778150504af5a58a 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
@@ -96,7 +96,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; |