| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| index 7c95d82379dae392004edaf20cea5a23643ed41b..41be8aadfede70ab37089c6880616afb5e71955c 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -232,9 +232,7 @@ private:
|
| AsyncTaskToStackTrace m_asyncTaskStacks;
|
| protocol::HashSet<void*> m_recurringTasks;
|
| int m_maxAsyncCallStackDepth;
|
| -#if ENABLE(ASSERT)
|
| protocol::Vector<void*> m_currentTasks;
|
| -#endif
|
| protocol::Vector<std::unique_ptr<V8StackTraceImpl>> m_currentStacks;
|
| std::unique_ptr<V8Regex> m_blackboxPattern;
|
| protocol::HashMap<String16, protocol::Vector<std::pair<int, int>>> m_blackboxedPositions;
|
|
|