| Index: Source/core/inspector/InspectorHeapProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorHeapProfilerAgent.h b/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| index e9207a86d3d237eb479194c7dcd8e10e62f59a4a..8d18cac5d1b7389bee5de9926c9cf0aaa0fcdb2a 100644
|
| --- a/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| @@ -79,6 +79,7 @@ private:
|
| void requestHeapStatsUpdate();
|
| void pushHeapStatsUpdate(const uint32_t* const data, const int size);
|
|
|
| + void startTrackingHeapObjectsInternal(bool trackAllocations);
|
| void stopTrackingHeapObjectsInternal();
|
|
|
| InjectedScriptManager* m_injectedScriptManager;
|
|
|