| Index: Source/core/inspector/MainThreadDebugger.h
|
| diff --git a/Source/core/inspector/MainThreadDebugger.h b/Source/core/inspector/MainThreadDebugger.h
|
| index ca17b5750b5bc1aec6232ddcee9b696664f08a33..7a780d6f7c00c54ed050041c489aec0ff59ba3d7 100644
|
| --- a/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/Source/core/inspector/MainThreadDebugger.h
|
| @@ -42,6 +42,8 @@ class Mutex;
|
|
|
| namespace blink {
|
|
|
| +class LocalFrame;
|
| +
|
| class CORE_EXPORT MainThreadDebugger final : public NoBaseWillBeGarbageCollectedFinalized<MainThreadDebugger>, public ScriptDebuggerBase {
|
| WTF_MAKE_NONCOPYABLE(MainThreadDebugger);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MainThreadDebugger);
|
|
|