| Index: Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
|
| index dc54b8b3e387425197911475b9359a2e2c3ae846..6a659704351dc61b77b4ae67ef0ee17e2c5245ab 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -56,7 +56,7 @@ int FrontendCounter::s_frontendCounter = 0;
|
| }
|
|
|
| InspectorInstrumentationCookie::InspectorInstrumentationCookie()
|
| - : m_instrumentingAgents(0)
|
| + : m_instrumentingAgents(nullptr)
|
| , m_timelineAgentId(0)
|
| {
|
| }
|
|
|