| Index: Source/core/inspector/InspectorHeapProfilerAgent.cpp
 | 
| diff --git a/Source/core/inspector/InspectorHeapProfilerAgent.cpp b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
 | 
| index 6d9046e6c72ec4978e9d5609871449310f6f51d7..13169ffad825347759018f8d6346943fb2429d2a 100644
 | 
| --- a/Source/core/inspector/InspectorHeapProfilerAgent.cpp
 | 
| +++ b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
 | 
| @@ -84,7 +84,7 @@ void InspectorHeapProfilerAgent::restore()
 | 
|          startTrackingHeapObjectsInternal(m_state->getBoolean(HeapProfilerAgentState::allocationTrackingEnabled));
 | 
|  }
 | 
|  
 | 
| -void InspectorHeapProfilerAgent::collectGarbage(blink::ErrorString*)
 | 
| +void InspectorHeapProfilerAgent::collectGarbage(ErrorString*)
 | 
|  {
 | 
|      ScriptProfiler::collectGarbage();
 | 
|  }
 | 
| 
 |