Index: third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h |
index c545060618c49329e15afe5de2fc34f03990a8d9..93fd57a01aa5e2103bb1cd6767efa6011d0d7448 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h |
@@ -50,7 +50,7 @@ private: |
void consoleTime(const String16& title) override { } |
void consoleTimeEnd(const String16& title) override { } |
void consoleTimeStamp(const String16& title) override { } |
- void messageAddedToConsole(int contextGroupId, MessageSource, MessageLevel, const String16& message, const String16& url, unsigned lineNumber, unsigned columnNumber, V8StackTrace*) override { } |
+ void consoleAPIMessage(int contextGroupId, MessageLevel, const String16& message, const String16& url, unsigned lineNumber, unsigned columnNumber, V8StackTrace*) override { } |
v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*, v8::Local<v8::Context>) override |
{ |
return v8::MaybeLocal<v8::Value>(); |