Index: trunk/Source/core/inspector/InspectorDebuggerAgent.cpp |
=================================================================== |
--- trunk/Source/core/inspector/InspectorDebuggerAgent.cpp (revision 169387) |
+++ trunk/Source/core/inspector/InspectorDebuggerAgent.cpp (working copy) |
@@ -1208,6 +1208,7 @@ |
} |
m_frontend->paused(currentCallFrames(), m_breakReason, m_breakAuxData, hitBreakpointIds, currentAsyncStackTrace()); |
+ m_frontend->flush(); |
m_javaScriptPauseScheduled = false; |
if (!m_continueToLocationBreakpointId.isEmpty()) { |