| Index: Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorHeapProfilerAgent.cpp b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| index 9504431facdb9d4b03c435c76ad28bfe0ac8bc9a..635665471e2bfd379fcf1b11c580e9fbb07f8cbc 100644
|
| --- a/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| +++ b/Source/core/inspector/InspectorHeapProfilerAgent.cpp
|
| @@ -217,7 +217,7 @@ void InspectorHeapProfilerAgent::getHeapSnapshot(ErrorString* errorString, int r
|
| OutputStream(InspectorFrontend::HeapProfiler* frontend, unsigned uid)
|
| : m_frontend(frontend), m_uid(uid) { }
|
| void Write(const String& chunk) { m_frontend->addHeapSnapshotChunk(m_uid, chunk); }
|
| - void Close() { m_frontend->finishHeapSnapshot(m_uid); }
|
| + void Close() { }
|
| private:
|
| InspectorFrontend::HeapProfiler* m_frontend;
|
| int m_uid;
|
|
|