V8Debugging: Set Isolate when sending debug messages to v8
authorAurindam Jana <aurindam.jana@digia.com>
Tue, 23 Apr 2013 11:44:41 +0000 (13:44 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 23 Apr 2013 12:15:17 +0000 (14:15 +0200)
commit33e0dd64f9cb4e517d1fc126e645b341803fb481
treebe844e94527f55637ca9654de6befa98f9ab478c
parent30eea7e16959152d3323f41c11464243665b15a0
V8Debugging: Set Isolate when sending debug messages to v8

Pass the Isolate used for setting the DebugMessageDispatchHandler
to SendDebugMessage. This is to ensure that the proper dispatch
handler is called since the Debugger is per Isolate.

Change-Id: I4497155b90d4b678a5c4116859269892441ce70e
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
src/qml/debugger/qv8debugservice.cpp