| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| index 9d13705214b3a034f9089c8da1d6d3cab286c84b..f2b6075d8e1a24b4f2c467f63b5470e0c3be2292 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| @@ -83,7 +83,7 @@ public:
|
| v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*, v8::Local<v8::Context>) override;
|
|
|
| private:
|
| - // V8DebuggerClient implementation.
|
| + // V8InspectorClient implementation.
|
| void runMessageLoopOnPause(int contextGroupId) override;
|
| void quitMessageLoopOnPause() override;
|
| void muteWarningsAndDeprecations(int contextGroupId) override;
|
|
|