| Index: third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
|
| index acf8c5c9244d6bf4285bbbb3ef7c75c0041560cb..936214010cf11a774bf6a4a1195af798949fcecc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
|
| @@ -57,7 +57,7 @@ public:
|
| void exceptionThrown(ErrorEvent*);
|
| unsigned promiseRejected(v8::Local<v8::Context>, const String16& errorMessage, v8::Local<v8::Value> exception, std::unique_ptr<SourceLocation>);
|
|
|
| - // V8DebuggerClient implementation.
|
| + // V8InspectorClient implementation.
|
| void runMessageLoopOnPause(int contextGroupId) override;
|
| void quitMessageLoopOnPause() override;
|
| void muteWarningsAndDeprecations(int contextGroupId) override;
|
|
|