| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 004b019b3975d398b0b3b38fb0028b7f0717dbe5..2cd07eed155bb71e7966648fdae7ebded0ad6b63 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -236,9 +236,11 @@ private:
|
| RefPtr<JSONObject> m_breakAuxData;
|
| bool m_javaScriptPauseScheduled;
|
| bool m_debuggerStepScheduled;
|
| + bool m_pausingOnNativeEvent;
|
| Listener* m_listener;
|
|
|
| - int m_skipStepInCount;
|
| + int m_skippedStepInCount;
|
| + int m_minFrameCountForSkip;
|
| bool m_skipAllPauses;
|
| OwnPtr<ScriptRegexp> m_cachedSkipStackRegExp;
|
| AsyncCallStackTracker m_asyncCallStackTracker;
|
|
|