Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index ea959df9cf824d5a239cf2f0258c9c8353397f7f..15a905b9da42c0eb98f9332431858e889aa0dd2a 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -199,6 +199,7 @@ protected: |
private: |
SkipPauseRequest shouldSkipExceptionPause(); |
SkipPauseRequest shouldSkipStepPause(); |
+ bool isTopCallFrameInFramework(); |
void cancelPauseOnNextStatement(); |
void addMessageToConsole(MessageSource, MessageType); |
@@ -237,6 +238,7 @@ private: |
RefPtr<JSONObject> m_breakAuxData; |
bool m_javaScriptPauseScheduled; |
bool m_debuggerStepScheduled; |
+ bool m_steppingFromFramework; |
bool m_pausingOnNativeEvent; |
Listener* m_listener; |