Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: Source/core/inspector/MainThreadDebugger.h

Issue 1224553008: [DevTools] Move Script and enums from ScriptDebugListener to V8Debugger. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698