aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-11-10 10:50:37 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2014-11-12 12:13:20 +0100
commit73a8f5f4845d34d74470b5a524d655be9eaf6dfc (patch)
treeb3ff01f6e3f7f8c51eaab36d868fbcff6fe5384b /src/qml/jsruntime/qv4debugging_p.h
parent943583ca408f5d419de03e54aab48557f5e5bebb (diff)
Cleanup debugger to be safe for the new GC
Added a bit of convenience to PersistentValue as well. Change-Id: I5a858079543b41ce1ef48a84e9350a7d6fa64501 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4debugging_p.h')
-rw-r--r--src/qml/jsruntime/qv4debugging_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4debugging_p.h b/src/qml/jsruntime/qv4debugging_p.h
index 7ba95b83b8..5780dc7c0d 100644
--- a/src/qml/jsruntime/qv4debugging_p.h
+++ b/src/qml/jsruntime/qv4debugging_p.h
@@ -196,7 +196,7 @@ private:
private:
QV4::ExecutionEngine *m_engine;
- QV4::ExecutionContext *m_currentContext;
+ QV4::PersistentValue m_currentContext;
DebuggerAgent *m_agent;
QMutex m_lock;
QWaitCondition m_runningCondition;