| 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..ea441de626cb02019bcd36efea107aee9a50f1e2 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&, FetchContext::LogMessageType) const
|
| {
|
| }
|
|
|
|
|