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

Unified Diff: Source/core/inspector/WorkerInspectorController.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/WorkerDebuggerAgent.cpp ('k') | Source/core/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/WorkerInspectorController.h
diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h
index 36742171c6ebc4df751a55af611b679635a09d4b..5605b6f44e17e449976e8b10ae1dcc53f9ab6ec0 100644
--- a/Source/core/inspector/WorkerInspectorController.h
+++ b/Source/core/inspector/WorkerInspectorController.h
@@ -47,6 +47,7 @@ class InspectorBackendDispatcher;
class InspectorFrontend;
class InspectorFrontendChannel;
class InspectorStateClient;
+class InspectorTaskRunner;
class InstrumentingAgents;
class WorkerDebuggerAgent;
class WorkerGlobalScope;
@@ -91,6 +92,7 @@ private:
RawPtrWillBeMember<WorkerDebuggerAgent> m_workerDebuggerAgent;
OwnPtrWillBeMember<AsyncCallTracker> m_asyncCallTracker;
RawPtrWillBeMember<WorkerRuntimeAgent> m_workerRuntimeAgent;
+ OwnPtr<InspectorTaskRunner> m_inspectorTaskRunner;
bool m_paused;
};
« no previous file with comments | « Source/core/inspector/WorkerDebuggerAgent.cpp ('k') | Source/core/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698