Index: third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp |
index 7c2609cb36c785f024198dd339753b19ff1ca2a6..a6ae1745821100f6b4179715a1c2ed34d4a47bea 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp |
+++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp |
@@ -106,7 +106,7 @@ void WorkerThreadDebugger::reportMessageToConsole(v8::Local<v8::Context> context |
executionContext->addConsoleMessage(message); |
} |
-v8::MaybeLocal<v8::Value> WorkerThreadDebugger::memoryInfo(v8::Isolate*, v8::Local<v8::Context>, v8::Local<v8::Object>) |
+v8::MaybeLocal<v8::Value> WorkerThreadDebugger::memoryInfo(v8::Isolate*, v8::Local<v8::Context>) |
{ |
ASSERT_NOT_REACHED(); |
return v8::MaybeLocal<v8::Value>(); |