| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| index 87c47e75962c38f1eb607b24496adf48dbed2910..7b3c5dc7c677c90889b18949505ea3ab2c5bbf19 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| @@ -91,7 +91,7 @@ LocalFrame* ToFrame(ExecutionContext* context) {
|
| return ToMainThreadWorkletGlobalScope(context)->GetFrame();
|
| return nullptr;
|
| }
|
| -}
|
| +} // namespace
|
|
|
| MainThreadDebugger* MainThreadDebugger::instance_ = nullptr;
|
|
|
|
|