Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
index 5429adefa2ed50c18a0c2997a7b3a91654bfbcbd..ee44708768a26ae1e1a7c3f493dbe59cfb0b4167 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
@@ -101,7 +101,7 @@ void FetchContext::sendImagePing(const KURL&) |
{ |
} |
-void FetchContext::addConsoleMessage(const String&) const |
+void FetchContext::addConsoleMessage(const String&, MessageLevel) const |
{ |
} |