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

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

Issue 1163923005: Fix crash in inspector-protocol/debugger/debugger-pause-dedicated-worker.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed printf Created 5 years, 7 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
« no previous file with comments | « Source/core/inspector/InspectorTaskRunner.cpp ('k') | Source/core/inspector/WorkerDebuggerAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/WorkerDebuggerAgent.h
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h
index 2f9fd109edd26c3cb0bc381aacfc09b1aab36f9c..eb8543772e594c42be948e8519fd63ec8fa8ca2d 100644
--- a/Source/core/inspector/WorkerDebuggerAgent.h
+++ b/Source/core/inspector/WorkerDebuggerAgent.h
@@ -31,13 +31,12 @@
#ifndef WorkerDebuggerAgent_h
#define WorkerDebuggerAgent_h
-#include "bindings/core/v8/WorkerThreadDebugger.h"
#include "core/inspector/InspectorDebuggerAgent.h"
namespace blink {
class WorkerGlobalScope;
-class WorkerDebuggerAgent;
+class WorkerThreadDebugger;
class WorkerDebuggerAgent final : public InspectorDebuggerAgent {
WTF_MAKE_NONCOPYABLE(WorkerDebuggerAgent);
@@ -48,8 +47,6 @@ public:
~WorkerDebuggerAgent() override;
DECLARE_VIRTUAL_TRACE();
- void interruptAndDispatchInspectorCommands();
-
private:
WorkerDebuggerAgent(WorkerThreadDebugger*, WorkerGlobalScope*, InjectedScriptManager*);
« no previous file with comments | « Source/core/inspector/InspectorTaskRunner.cpp ('k') | Source/core/inspector/WorkerDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698