| Index: Source/core/inspector/InspectorConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.cpp b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| index 37cc22a726aec11ae4870f8f159d5405f52b54b1..d9d5d9f248ce0948f7f28b5a6cc7e6e03edd81cd 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.cpp
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| @@ -79,6 +79,12 @@ InspectorConsoleAgent::~InspectorConsoleAgent()
|
| m_injectedScriptManager = 0;
|
| }
|
|
|
| +void InspectorConsoleAgent::trace(Visitor* visitor)
|
| +{
|
| + visitor->trace(m_timelineAgent);
|
| + InspectorBaseAgent::trace(visitor);
|
| +}
|
| +
|
| void InspectorConsoleAgent::init()
|
| {
|
| m_instrumentingAgents->setInspectorConsoleAgent(this);
|
|
|