| Index: src/inspector/v8-debugger-agent-impl.h
|
| diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h
|
| index 94ced08c526025ea1684e33225392d129aeac262..100b3218cbe92a9b3a4fda706f494ae74c41c90f 100644
|
| --- a/src/inspector/v8-debugger-agent-impl.h
|
| +++ b/src/inspector/v8-debugger-agent-impl.h
|
| @@ -198,7 +198,6 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
|
| std::unique_ptr<protocol::DictionaryValue> breakAuxData);
|
| void popBreakDetails();
|
|
|
| - bool m_javaScriptPauseScheduled;
|
| bool m_skipAllPauses = false;
|
|
|
| std::unique_ptr<V8Regex> m_blackboxPattern;
|
|
|