Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
index 40f2ae248586104654daf7ed98e62aeeef48402d..360661ecddf63a1618bd81d21fa3f96eeb96d2a8 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
@@ -40,7 +40,7 @@ public: |
bool isExecutionAllowed() override; |
double currentTimeMS() override; |
bool isInspectableHeapObject(v8::Local<v8::Object>) override; |
- void reportMessageToConsole(v8::Local<v8::Context>, MessageType, MessageLevel, const String16& message, const v8::FunctionCallbackInfo<v8::Value>* arguments, unsigned skipArgumentCount, int maxStackSize) final; |
+ void reportMessageToConsole(v8::Local<v8::Context>, MessageType, MessageLevel, const String16& message, const v8::FunctionCallbackInfo<v8::Value>* arguments, unsigned skipArgumentCount) final; |
void consoleTime(const String16& title) override; |
void consoleTimeEnd(const String16& title) override; |
void consoleTimeStamp(const String16& title) override; |